[libc-commits] [libc] [libc] updated remaining yaml functions (PR #102705)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Tue Oct 8 10:06:58 PDT 2024


================
@@ -37,6 +37,13 @@ functions:
     return_type: float
     arguments:
       - type: float
+  - name: atan2
+    standards:
+      - stdc
+    return_type: double
+    arguments:
+      - type: double
+      - type: double
----------------
nickdesaulniers wrote:

looks like 55aa4ea1c7ff9 added this.

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


More information about the libc-commits mailing list