mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-12 22:09:48 -04:00
tools/checksum_benchmarks.sh: add cflag to disable pmull support
Currently this doesn't matter because the compilers don't enable pmull support by default, but technically this should be there.
This commit is contained in:
parent
5729095d2d
commit
c5e7c3f1ff
@ -115,7 +115,7 @@ i386|x86_64)
|
||||
arm*|aarch*)
|
||||
if have_cpu_feature pmull; then
|
||||
do_benchmark "PMULL"
|
||||
disable_impl "PMULL" ""
|
||||
disable_impl "PMULL" "-march=armv8-a+nocrypto"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user