Skip to content

Commit

Permalink
Adjust AEGIS code for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
utelle committed Dec 31, 2024
1 parent e680a1d commit 628d5f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/aegis/common/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
# if __ANDROID_API__ < 18
# undef HAVE_GETAUXVAL
# endif
# define HAVE_ANDROID_GETCPUFEATURES
# if defined(__clang__) || defined(__GNUC__)
# if __has_include(<cpu-features.h>)
# define HAVE_ANDROID_GETCPUFEATURES
# endif
# endif
#endif
#if defined(__i386__) || defined(_M_IX86) || defined(__x86_64__) || defined(_M_X64) || defined(_M_AMD64)

Expand Down

0 comments on commit 628d5f0

Please sign in to comment.