Skip to content

Commit ee0573e

Browse files
authored
Enable rounding control test on PowerPC (llvm#58)
1 parent 0b54d60 commit ee0573e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MultiSource/UnitTests/Float/rounding/rounding.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Not all targets support getting/setting rounding mode using builtin
2323
// functions.
2424
#if defined(__x86_64__) || defined(__aarch64__) || defined(__arm__) || \
25-
defined(__riscv)
25+
defined(__riscv) || defined(__ppc__)
2626
#define FLOAT_AVAILABLE 1
2727
#define DOUBLE_AVAILABLE 1
2828
#endif

0 commit comments

Comments
 (0)