[libc-commits] [libc] [libc] Add definitions for totalordermagf, dsqrtl, fsqrt, and fsqrtl (PR #103494)

via libc-commits libc-commits at lists.llvm.org
Wed Aug 14 04:23:11 PDT 2024


================
@@ -1195,13 +1209,32 @@ functions:
       - type: long double
       - type: int
       - type: unsigned int
+  - name: fsqrt
+    standards:
+      - stdc
+    return_type: float type
+    arguments:
+      - type: double
+  - name: fsqrtl
+    standards:
+      - stdc
+    return_type: float
+    arguments:
+      - type: long double 
   - name: fsub
     standards:
       - stdc
     return_type: float
     arguments:
       - type: double
       - type: double
+  - name: fsqrtf128
----------------
lntue wrote:

nit: put it together with other `fsqrt` functions.

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


More information about the libc-commits mailing list