summaryrefslogtreecommitdiffstats
path: root/crypto/arm_arch.h
diff options
context:
space:
mode:
authorEvgeny Karpov <eukarpov@gmail.com>2023-08-07 14:28:20 +0200
committerTomas Mraz <tomas@openssl.org>2023-10-10 15:37:41 +0200
commit636ee1d0b864f29a70573a4894958958e940c01e (patch)
tree25259c1d4acdc3223eae9b74c1a9dd98c73eff7c /crypto/arm_arch.h
parent2b8d81534479b161dda063477272363fb2caef08 (diff)
* Enable extra Arm64 optimization on Windows for GHASH, RAND and AES
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21673)
Diffstat (limited to 'crypto/arm_arch.h')
-rw-r--r--crypto/arm_arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h
index 43aa6b97c5..83acbe0126 100644
--- a/crypto/arm_arch.h
+++ b/crypto/arm_arch.h
@@ -49,6 +49,8 @@
# else
# error "unsupported ARM architecture"
# endif
+# elif defined(__ARM_ARCH)
+# define __ARM_ARCH__ __ARM_ARCH
# endif
# endif