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 0b54d60 commit ee0573eCopy full SHA for ee0573e
MultiSource/UnitTests/Float/rounding/rounding.h
@@ -22,7 +22,7 @@
22
// Not all targets support getting/setting rounding mode using builtin
23
// functions.
24
#if defined(__x86_64__) || defined(__aarch64__) || defined(__arm__) || \
25
- defined(__riscv)
+ defined(__riscv) || defined(__ppc__)
26
#define FLOAT_AVAILABLE 1
27
#define DOUBLE_AVAILABLE 1
28
#endif
0 commit comments