46#if COMPILER_GCC || COMPILER_CLANG
47# define count_bits_i(i) __builtin_popcount(i)
48# define count_bits_uint64(i) __builtin_popcountll(i)
50# define count_bits_i(i) __popcnt(i)
51# define count_bits_uint64(i) __popcnt64(i)
MINLINE int float_as_int(float f)
MINLINE unsigned int bitscan_forward_uint(unsigned int a)
MINLINE int bitscan_forward_clear_i(int *a)
MINLINE float xor_fl(float x, int y)
MINLINE unsigned int bitscan_forward_clear_uint(unsigned int *a)
MINLINE float int_as_float(int i)
MINLINE unsigned int float_as_uint(float f)
MINLINE unsigned int bitscan_reverse_uint(unsigned int a)
MINLINE int bitscan_reverse_clear_i(int *a)
MINLINE unsigned short highest_order_bit_s(unsigned short n)
MINLINE float uint_as_float(unsigned int i)
MINLINE int count_bits_uint64(uint64_t a)
MINLINE int bitscan_forward_i(int a)
MINLINE int count_bits_i(unsigned int n)
MINLINE unsigned int bitscan_forward_uint64(unsigned long long a)
MINLINE unsigned int bitscan_reverse_clear_uint(unsigned int *a)
MINLINE unsigned int highest_order_bit_uint(unsigned int n)
MINLINE int bitscan_reverse_i(int a)
MINLINE unsigned int bitscan_reverse_uint64(unsigned long long a)
unsigned __int64 uint64_t