]> granicus.if.org Git - php/commitdiff
Document new configurue options
authorAnatol Belski <ab@php.net>
Thu, 8 Mar 2018 11:14:48 +0000 (12:14 +0100)
committerAnatol Belski <ab@php.net>
Thu, 8 Mar 2018 11:14:48 +0000 (12:14 +0100)
UPGRADING.INTERNALS

index 092df3d2d36917815a648a3b971af6763c0b0120..e77fc0b9d00813a224ff0d6c4dba006324555de8 100644 (file)
@@ -135,6 +135,12 @@ PHP 7.3 INTERNALS UPGRADE NOTES
       compiler.
     - ZEND_WIN32_KEEP_INLINE was removed, it was only needed for C++
       convenience and is now default behavior with C++.
+    - New configure option --enable-native-intrinsics accepts a list of the
+      intrinsic optimizations to enable. It affects both the code generation
+      and the explicit optimizations guarded by preprocessor macros.
+    - The configure option --with-codegen-arch accepts only ia32 as a value.
+      Use it, to produce builds suitable for older processors without SSE2 or
+      even SSE support.
 
 ========================
 3. Module changes