]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove ARM crc instruction set from NEONFLAG. The crc instruction set is not used...
authorNathan Moinvaziri <nathan@nathanm.com>
Sun, 12 Jul 2020 17:24:33 +0000 (10:24 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 3 Aug 2020 09:17:25 +0000 (11:17 +0200)
CMakeLists.txt

index b886d15baaf68bcad253149299c88fbccdb62360..2c3448ea12be1eccbff1c03a1ff9cc71e99dbd17 100644 (file)
@@ -232,7 +232,7 @@ else()
                 endif()
                 # NEON
                 if("${ARCH}" MATCHES "aarch64")
-                    set(NEONFLAG "-march=armv8-a+crc+simd")
+                    set(NEONFLAG "-march=armv8-a+simd")
                 else()
                     # Check whether -mfpu=neon is available
                     set(CMAKE_REQUIRED_FLAGS "-mfpu=neon")