/* Copyright (c) 2001-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
/*
* We could use bits_required64() unconditionally, but that's unnecessary
* and way more heavy weight on 32-bit systems.
*/
#ifdef _LP64
#else
#endif
{
if (num == 0)
return 1;
}
/* Lucky you, it's all inline intrinsics */
#else
{
int ret = 0;
}
#endif