]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Implement power9 version of compare256.
authorMatheus Castanho <msc@linux.ibm.com>
Sun, 17 Apr 2022 00:12:53 +0000 (17:12 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 7 May 2022 12:06:42 +0000 (14:06 +0200)
commit02d10b252cc54159f7c33823048daec4b023fb22
tree86bad9d043100a7f0ad53d3a66543ab92457389a
parentd45b27a4896d0c02d13950f91dd032dce1836128
Implement power9 version of compare256.

Co-authored-by: Nathan Moinvaziri <nathan@nathanm.com>
12 files changed:
CMakeLists.txt
README.md
arch/power/Makefile.in
arch/power/compare256_power9.c [new file with mode: 0644]
arch/power/power_features.c
arch/power/power_features.h
cmake/detect-intrinsics.cmake
configure
cpu_features.h
functable.c
test/benchmarks/benchmark_compare256.cc
test/test_compare256.cc