]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Workaround for MSVC. By default MSVC does not define the __SSE*__ macros. Fix it...
authorVladislav Shchapov <vladislav@shchapov.ru>
Wed, 28 Feb 2024 05:20:03 +0000 (10:20 +0500)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 6 Mar 2024 22:32:15 +0000 (23:32 +0100)
commit936fb65dc73baafef1ec93690becdb422dae12e5
tree025f4884ca894418584d9a68304b4ebb195898de
parentc694bcdaf63f472a2ffacf6288cf0ec0073d7d22
Workaround for MSVC. By default MSVC does not define the __SSE*__ macros. Fix it if AVX is enabled.

Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
.github/workflows/cmake.yml
CMakeLists.txt