Skip to content

Commit

Permalink
Fix ARM macro definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mterron committed Jan 20, 2022
1 parent 9e7d065 commit 80b4707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swuniq.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
# else
# define ARCH_NEON ""
# endif
# define ARCH "ARMv" EXPAND_AND_QUOTE(__ARM_ARCH) ARCH_THUMB ARCH_NEON ARCH_UNALIGNED
# define ARCH "ARMv" __ARM_ARCH ARCH_THUMB ARCH_NEON ARCH_UNALIGNED
#elif defined(__powerpc64__) || defined(__ppc64__) || defined(__PPC64__)
# if defined(__GNUC__) && defined(__POWER9_VECTOR__)
# define ARCH "ppc64 + POWER9 vector"
Expand Down

0 comments on commit 80b4707

Please sign in to comment.