]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
[README] Add missing FORCE_SSE2 for CMake.
authorMika Lindqvist <postmaster@raasu.org>
Mon, 14 Mar 2022 18:02:01 +0000 (20:02 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 16 Mar 2022 10:43:09 +0000 (11:43 +0100)
README.md

index 668c29cbb0d181ff27308c9f4072756ef83b4d29..0a801a7ec53bf4f2952dbc76694b2cd57b46f28c 100644 (file)
--- 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                     |