mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-13 06:15:51 -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*)
|
arm*|aarch*)
|
||||||
if have_cpu_feature pmull; then
|
if have_cpu_feature pmull; then
|
||||||
do_benchmark "PMULL"
|
do_benchmark "PMULL"
|
||||||
disable_impl "PMULL" ""
|
disable_impl "PMULL" "-march=armv8-a+nocrypto"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user