[flang-commits] [flang] [flang] Define ERF, ERFC and ERFC_SCALED intrinsics with Q and D prefix (PR #125217)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Tue Mar 18 10:20:05 PDT 2025


================
@@ -400,6 +400,10 @@ static constexpr IntrinsicHandler handlers[]{
        {"values", asBox, handleDynamicOptional}}},
      /*isElemental=*/false},
     {"dble", &I::genConversion},
+    {"derfc_scaled",
----------------
klausler wrote:

Once you handle these intrinsics as specific instances of the generic ones, you should not need any changes to lowering.

https://github.com/llvm/llvm-project/pull/125217


More information about the flang-commits mailing list