Skip to content

Commit 9939a99

Browse files
committed
[skip ci] Mention AVX(2) detection fix for MSVC in UPGRADING
This is likely more important than the possibility to build for AVX-512 since our official binaries have build time support for SSE2 only. So proper detection of AVX may make a huge performance difference for `base64_*()` and some MBString functionality. Closes GH-16248.
1 parent 5ddc8f7 commit 9939a99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,8 @@ PHP 8.4 UPGRADE NOTES
11711171
* Building with Visual Studio now requires at least Visual Studio 2019 (Visual
11721172
Studio 2022 is recommended, though).
11731173

1174+
* AVX(2) CPU support is now properly detected for MSVC builds.
1175+
11741176
* Native AVX-512 builds are now supported (--enable-native-intrinsics=avx512).
11751177

11761178
========================================

0 commit comments

Comments
 (0)