Skip to content

Commit

Permalink
Regen configure
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Nov 2, 2023
1 parent 426082e commit faa9bc6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -18523,11 +18523,6 @@ printf %s "checking for ARM crypto instructions set... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* 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
# define __ARM_FEATURE_CRYPTO 1
#endif
Expand All @@ -18537,6 +18532,12 @@ printf %s "checking for ARM crypto instructions set... " >&6; }

#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
main (void)
{
Expand Down

0 comments on commit faa9bc6

Please sign in to comment.