]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
[ARM/AArch64] Add run-time detection of ACLE and NEON instructions under Linux.
authorMika Lindqvist <postmaster@raasu.org>
Tue, 13 Mar 2018 09:26:19 +0000 (11:26 +0200)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Wed, 12 Dec 2018 14:24:17 +0000 (15:24 +0100)
commitca28d020f11ecc22cb86accaee40996906280f7a
treef1ed5276a874d347e434f281d61a4c0bf5da8a3b
parent59476a9cb490bb168fc9555c247739ded3fbcb01
[ARM/AArch64] Add run-time detection of ACLE and NEON instructions under Linux.
* Use getauxval() to check support for ACLE CRC32 instructions
* Allow disabling CRC32 instruction check
CMakeLists.txt
arch/aarch64/Makefile.in
arch/aarch64/armfeature.c [new file with mode: 0644]
arch/aarch64/insert_string_acle.c
arch/arm/Makefile.in
arch/arm/armfeature.c [new file with mode: 0644]
arch/arm/insert_string_acle.c
configure
functable.c
win32/Makefile.arm