We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3b90e commit b8f01aaCopy full SHA for b8f01aa
1 file changed
crypto/armcap.c
@@ -32,6 +32,10 @@ unsigned int OPENSSL_armcap_P = 0;
32
unsigned int OPENSSL_arm_midr = 0;
33
unsigned int OPENSSL_armv8_rsa_neonized = 0;
34
35
+#ifdef __aarch64__
36
+uint64_t _armv8_sve_get_vl_bytes(void);
37
+#endif
38
+
39
#ifdef _WIN32
40
void OPENSSL_cpuid_setup(void)
41
{
@@ -214,7 +218,6 @@ void _armv8_eor3_probe(void);
214
218
void _armv8_sve_probe(void);
215
219
void _armv8_sve2_probe(void);
216
220
void _armv8_rng_probe(void);
217
-uint64_t _armv8_sve_get_vl_bytes(void);
221
# endif
222
# endif /* !__APPLE__ && !OSSL_IMPLEMENT_GETAUXVAL */
223
0 commit comments