Add likely and unlikely macros instead of __builtin_expect
This allows overriding and replacing these macros easily for non-gcc compilers or when the code is used in an environment which has its own likely/unlikely macros.
Loading
Please register or sign in to comment