]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Separate feature checks for x86 and x86_64
authorMika Lindqvist <postmaster@raasu.org>
Fri, 23 Mar 2018 12:48:53 +0000 (14:48 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 20 May 2018 12:56:41 +0000 (14:56 +0200)
commit394ff60d450bc7ff86f78968c4e679c258b610da
tree25b2db9c04e2d7a4274cfd93a2f8cb8785798b9f
parent68acde858f441a5bb2f88e909e146e1faac50712
Separate feature checks for x86 and x86_64
* Don't check for SSE2 on anything else than i685
* Don't check for PCLMULQDQ on anything else than i686 or x86_64
* Check for SSE4.2 CRC intrinsics
CMakeLists.txt
arch/x86/insert_string_sse.c
arch/x86/x86.c
configure