]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
ARM optimizations part 2 (#107)
authorMika Lindqvist <postmaster@raasu.org>
Mon, 24 Apr 2017 09:22:11 +0000 (12:22 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 24 Apr 2017 09:22:11 +0000 (11:22 +0200)
commitf3b151549f0a188b63fe76b18466e51f3453b3f3
treeb654467863386dbde95509211c9fa8ab002fb13d
parentec02ecf104e1d3f1836a908a359f20aa93494df5
ARM optimizations part 2 (#107)

*  add adler32_neon to main dependency checking and ARM/Windows Makefile
*  split non-optimized adler32 to adler32_c so we can test/compare both without recompiling.
*  add detection of default floating point ABI in gcc
    NOTE: This should avoid build error when gcc supports both ABIs but header for just one ABI is installed.
CMakeLists.txt
Makefile.in
adler32.c
arch/aarch64/adler32_neon.h
arch/arm/adler32_neon.h
configure
win32/Makefile.arm