Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core.builtins: Fix return value of likely/unlikely
For both GCC and LLVM, `__builtin_expect` and `llvm_expect` respectively return an integer, not a boolean. This triggers a compiler error as implicit narrow conversions are not allowed.
- Loading branch information