Go to the documentation of this file.
33 #ifndef FIXMATH_ARCH_H
34 #define FIXMATH_ARCH_H
37 #error "Do not include this file directly - use fixmath.h instead!"
44 #if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
45 #define fx_clz __builtin_clz
46 #define fx_ctz __builtin_ctz
47 #define fx_bitcount __builtin_popcount