X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Farm_arch.h;h=861e3def9e48ebfa2dfaef870199d0ae918b162b;hb=1d5121552d9bbe8c03f4550ba8bbac72202cee7a;hp=8340d01823e95f3b3306bb1b46f1e898884a03c4;hpb=e512375186c13e5f991a47089ef107a01db6fd87;p=openssl.git diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h index 8340d01823..861e3def9e 100644 --- a/crypto/arm_arch.h +++ b/crypto/arm_arch.h @@ -18,7 +18,7 @@ */ # if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) || \ defined(__ARM_ARCH_7R__)|| defined(__ARM_ARCH_7M__) || \ - defined(__ARM_ARCH_7EM) + defined(__ARM_ARCH_7EM__) # define __ARM_ARCH__ 7 # elif defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_6J__) || \ defined(__ARM_ARCH_6K__)|| defined(__ARM_ARCH_6M__) || \ @@ -35,5 +35,16 @@ # endif # endif +#ifdef OPENSSL_FIPSCANISTER +#include +#endif + +#if !__ASSEMBLER__ +extern unsigned int OPENSSL_armcap_P; + +#define ARMV7_NEON (1<<0) +#define ARMV7_TICK (1<<1) +#endif + #endif #endif