mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 18:15:18 -07:00
Regen configure
This commit is contained in:
parent
426082ee25
commit
faa9bc6ea4
11
configure
vendored
11
configure
vendored
@ -18523,11 +18523,6 @@ printf %s "checking for ARM crypto instructions set... " >&6; }
|
|||||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
|
|
||||||
#ifdef __clang__
|
|
||||||
# pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = function)
|
|
||||||
#elif defined(__GNUC__)
|
|
||||||
# pragma GCC target("+simd+crypto")
|
|
||||||
#endif
|
|
||||||
#ifndef __ARM_FEATURE_CRYPTO
|
#ifndef __ARM_FEATURE_CRYPTO
|
||||||
# define __ARM_FEATURE_CRYPTO 1
|
# define __ARM_FEATURE_CRYPTO 1
|
||||||
#endif
|
#endif
|
||||||
@ -18537,6 +18532,12 @@ printf %s "checking for ARM crypto instructions set... " >&6; }
|
|||||||
|
|
||||||
#include <arm_neon.h>
|
#include <arm_neon.h>
|
||||||
|
|
||||||
|
#ifdef __clang__
|
||||||
|
# pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = function)
|
||||||
|
#elif defined(__GNUC__)
|
||||||
|
# pragma GCC target("+simd+crypto")
|
||||||
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
main (void)
|
main (void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user