Skip to content

Commit

Permalink
Merge pull request OpenMathLib#2046 from kencu/powermac
Browse files Browse the repository at this point in the history
ctest.c : add __POWERPC__ for PowerMac
  • Loading branch information
martin-frbg authored Mar 7, 2019
2 parents 4741ce8 + 4290afd commit db3dc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctest.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ARCH_X86
ARCH_X86_64
#endif

#if defined(__powerpc___) || defined(__PPC__) || defined(_POWER)
#if defined(__powerpc___) || defined(__PPC__) || defined(_POWER) || defined(__POWERPC__)
ARCH_POWER
#endif

Expand Down

0 comments on commit db3dc9e

Please sign in to comment.