+2021-02-02 Niels Möller <nisse@lysator.liu.se>
+
+ * arm64/v8/gcm-hash.asm: Add ".arch armv8-a+crypto" directive.
+ Supported by both GNU as and clang (the latter at least from
+ version 3.9.1).
+ * configure.ac: Don't add -march=armv8-a+crypto to CFLAGS.
+
2021-01-31 Niels Möller <nisse@lysator.liu.se>
* arm64/v8/gcm-hash.asm: New file, contributed by Maamoun TK and
if test "$ABI" = 64 ; then
asm_path=arm64
if test "$enable_armv8_a_crypto" = yes ; then
- CFLAGS="$CFLAGS -march=armv8-a+crypto"
asm_path="arm64/v8 $asm_path"
fi
else