]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed intrinsics spelling typo in CMake comments.
authorNathan Moinvaziri <nathan@nathanm.com>
Sat, 23 May 2020 14:42:05 +0000 (07:42 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 30 May 2020 19:25:18 +0000 (21:25 +0200)
CMakeLists.txt

index cdf74eff76156890a5e49b70943e1a78e236d75b..73c6e0ff9ebd82437d4f6c205e97a7ec6739db3d 100644 (file)
@@ -456,7 +456,7 @@ if(BASEARCH_X86_FOUND)
         }"
         HAVE_SSE42CRC_INLINE_ASM
     )
-    # Check whether compiler supports SSE4 CRC instrinics
+    # Check whether compiler supports SSE4 CRC intrinsics
     check_c_source_compile_or_run(
         "#include <immintrin.h>
         int main(void)
@@ -489,7 +489,7 @@ if(BASEARCH_X86_FOUND)
     )
     set(CMAKE_REQUIRED_FLAGS)
 
-    # Check whether compiler supports PCLMULQDQ intrinics
+    # Check whether compiler supports PCLMULQDQ intrinsics
     if(WITH_NATIVE_INSTRUCTIONS)
         set(CMAKE_REQUIRED_FLAGS "${NATIVEFLAG}")
     else()