Skip to content

Commit f185e4e

Browse files
committed
ppcf128 powi
1 parent 8084f45 commit f185e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/RuntimeLibcalls.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ defvar WindowsMathRemovals = [
11021102
frexpf, frexp_f80, frexp_f128, frexp_ppcf128
11031103
];
11041104

1105-
defvar MostPowI = !listremove(PowiLibcallImpls, [__powitf2_f128]);
1105+
defvar MostPowI = !listremove(PowiLibcallImpls, [__powitf2_f128, __powitf2_ppc128]);
11061106
defvar WindowsExclusions = !listconcat(WindowsMathRemovals, MostPowI);
11071107

11081108
// Targets which support windows should start with these as a base and

0 commit comments

Comments
 (0)