From: Mika Lindqvist Date: Mon, 14 Mar 2022 18:02:01 +0000 (+0200) Subject: [README] Add missing FORCE_SSE2 for CMake. X-Git-Tag: 2.1.0-beta1~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15e5df63a597ffa9731f8a2f4a1a3e6be6a5a50e;p=thirdparty%2Fzlib-ng.git [README] Add missing FORCE_SSE2 for CMake. --- diff --git a/README.md b/README.md index 668c29cb..0a801a7e 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ Advanced Build Options |:--------------------------------|:----------------------|:--------------------------------------------------------------------|------------------------| | ZLIB_DUAL_LINK | | Dual link tests with system zlib | OFF | | UNALIGNED_OK | | Allow unaligned reads | ON (x86, arm) | -| | --force-sse2 | Skip runtime check for SSE2 instructions (Always on for x86_64) | OFF (x86) | +| FORCE_SSE2 | --force-sse2 | Skip runtime check for SSE2 instructions (Always on for x86_64) | OFF (x86) | | FORCE_TZCNT | --force-tzcnt | Skip runtime check for TZCNT instructions | OFF | | WITH_AVX2 | | Build with AVX2 intrinsics | ON | | WITH_AVX512 | | Build with AVX512 intrinsics | ON |