1 #ifndef __KW_MODERN_ENGINE__
2 int
3 __builtin_ffsll(unsigned long long x);
4 #kw_override compiler_ffs(x) __builtin_ffsll(x)
5 
6 /* FPs caused by KW not understanding __builtin_expect(), overrides suggested by
7  * TomZ '22 */
8 #kw_override compiler_expected(x)(x)
9 #kw_override compiler_unexpected(x)(x)
10 
11 #kw_override HYP_LOG_FATAL(xx_fmt, ...)(abort())
12 #endif
13