]> 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>
Fri, 17 Mar 2023 20:27:56 +0000 (21:27 +0100)
README.md

index a89c8b70836620e0016cad6c9fa5b50bd995b10b..a9dcedfd61ccfcc41454ec59e7b328b2fe90b9a5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -194,7 +194,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_SSE2                       |                       | Build with SSE2 intrinsics                                          | ON                     |