[libc-commits] [libc] [baremetal] Add atan2 to baremetal (PR #101767)

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Fri Aug 2 16:00:30 PDT 2024


================
@@ -233,6 +233,7 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.asinf
     libc.src.math.asinhf
     libc.src.math.atan2f
+    libc.src.math.atan2
----------------
petrhosek wrote:

```suggestion
    libc.src.math.atan2
    libc.src.math.atan2f
```

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


More information about the libc-commits mailing list