Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define PHP_HAVE_BUILTIN_EXPECT for Clang on Windows
Clang supports `__builtin_expect()` at least as of 4.0.0, which is the (theoretical) minimum required on Windows, so we define it unconditionally. This also solves some macro redefinition warnings in JIT-IR.
- Loading branch information