Searched defs:FT_MSB_BUILTIN (Results 1 – 1 of 1) sorted by relevance
251 #define FT_MSB_BUILTIN( x ) ( 31 - __builtin_clz( x ) ) macro255 #define FT_MSB_BUILTIN( x ) ( 31 - __builtin_clzl( x ) ) macro