We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d047137 commit acda5e0Copy full SHA for acda5e0
UPGRADING.INTERNALS
@@ -135,6 +135,12 @@ PHP 7.3 INTERNALS UPGRADE NOTES
135
compiler.
136
- ZEND_WIN32_KEEP_INLINE was removed, it was only needed for C++
137
convenience and is now default behavior with C++.
138
+ - New configure option --enable-native-intrinsics accepts a list of the
139
+ intrinsic optimizations to enable. It affects both the code generation
140
+ and the explicit optimizations guarded by preprocessor macros.
141
+ - The configure option --with-codegen-arch accepts only ia32 as a value.
142
+ Use it, to produce builds suitable for older processors without SSE2 or
143
+ even SSE support.
144
145
========================
146
3. Module changes
0 commit comments