aboutsummaryrefslogtreecommitdiff
path: root/flang/runtime/Float128Math/erfc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'flang/runtime/Float128Math/erfc.cpp')
-rw-r--r--flang/runtime/Float128Math/erfc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/runtime/Float128Math/erfc.cpp b/flang/runtime/Float128Math/erfc.cpp
index 0ac0b94..ea3cd64 100644
--- a/flang/runtime/Float128Math/erfc.cpp
+++ b/flang/runtime/Float128Math/erfc.cpp
@@ -14,7 +14,7 @@ extern "C" {
#if LDBL_MANT_DIG == 113 || HAS_FLOAT128
CppTypeFor<TypeCategory::Real, 16> RTDEF(ErfcF128)(
CppTypeFor<TypeCategory::Real, 16> x) {
- return Erfc<RTNAME(ErfcF128)>::invoke(x);
+ return Erfc<true>::invoke(x);
}
#endif