summaryrefslogtreecommitdiff
path: root/src/g10lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/g10lib.h')
-rw-r--r--src/g10lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/g10lib.h b/src/g10lib.h
index 198ab386..31131a54 100644
--- a/src/g10lib.h
+++ b/src/g10lib.h
@@ -155,6 +155,8 @@ int _gcry_log_verbosity( int level );
#define HWF_INTEL_AVX 1024
#define HWF_INTEL_AVX2 2048
+#define HWF_ARM_NEON 4096
+
unsigned int _gcry_get_hw_features (void);
void _gcry_detect_hw_features (unsigned int);