From: Nathan Moinvaziri Date: Sat, 23 May 2020 14:42:05 +0000 (-0700) Subject: Fixed intrinsics spelling typo in CMake comments. X-Git-Tag: 1.9.9-b1~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e70209fc6309f3fce6f23285ddbef5b0c93c05c3;p=thirdparty%2Fzlib-ng.git Fixed intrinsics spelling typo in CMake comments. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index cdf74eff..73c6e0ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 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()