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:
Eric Biggers 2020-10-05 00:10:08 -07:00
parent 5729095d2d
commit c5e7c3f1ff

View File

@ -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