mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
[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.
This commit is contained in:
@@ -1171,6 +1171,8 @@ PHP 8.4 UPGRADE NOTES
|
||||
* Building with Visual Studio now requires at least Visual Studio 2019 (Visual
|
||||
Studio 2022 is recommended, though).
|
||||
|
||||
* AVX(2) CPU support is now properly detected for MSVC builds.
|
||||
|
||||
* Native AVX-512 builds are now supported (--enable-native-intrinsics=avx512).
|
||||
|
||||
========================================
|
||||
|
||||
Reference in New Issue
Block a user