]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
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)
commit8832d7db7241194fa68509c96c092f3cf527ccce
treee93371652a08890313863608dcf36bd19b61b505
parentd5d1f7e81b4814e60857372f451b106f5a401118
Remove ARM crc instruction set from NEONFLAG. The crc instruction set is not used for neon source files. It may have been necessary back when the NEONFLAG was applied to all source files in CMake. Configure script does not apply crc instruction set when setting neon flags.
CMakeLists.txt