We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2c5e3 commit 12f5ffcCopy full SHA for 12f5ffc
include/openlibm_fenv.h
@@ -8,7 +8,7 @@
8
#include <openlibm_fenv_amd64.h>
9
#elif defined(__i386__)
10
#include <openlibm_fenv_i387.h>
11
-#elif defined(__powerpc__)
+#elif defined(__powerpc__) || defined(__ppc__)
12
#include <openlibm_fenv_powerpc.h>
13
#elif defined(__mips__)
14
#include <openlibm_fenv_mips.h>
src/fpmath.h
@@ -37,7 +37,7 @@
37
#else
38
#include "i386_fpmath.h"
39
#endif
40
41
#include "powerpc_fpmath.h"
42
43
#include "mips_fpmath.h"
0 commit comments