[libc-commits] [libc] [libc] Add definition for `atan2l` on 64-bit long double platforms (PR #104489)

via libc-commits libc-commits at lists.llvm.org
Thu Aug 15 12:47:42 PDT 2024


================
@@ -4230,6 +4230,17 @@ add_entrypoint_object(
     libc.src.__support.macros.optimization
 )
 
+add_entrypoint_object(
+  atan2l
+  SRCS
+    atan2l.cpp
+  HDRS
+    ../atan2l.h
+  COMPILE_OPTIONS
+    -O3
+  DEPENDS
+  .atan2
+)
----------------
overmighty wrote:

Nit: indentation.

```suggestion
  DEPENDS
    .atan2
)
```

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


More information about the libc-commits mailing list