From acda5e084e1382256913b8e873e9017c5bd08e56 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 8 Mar 2018 12:14:48 +0100 Subject: [PATCH] Document new configurue options --- UPGRADING.INTERNALS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 092df3d2d36..e77fc0b9d00 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -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