[libc-commits] [libc] [libc][math] Implement powf function correctly rounded to all rounding modes. (PR #71188)

via libc-commits libc-commits at lists.llvm.org
Fri Nov 3 13:50:18 PDT 2023


================
@@ -747,6 +747,36 @@ add_entrypoint_object(
     -O3
 )
 
+add_entrypoint_object(
+  powf
+  SRCS
+    powf.cpp
+  HDRS
+    ../powf.h
+  DEPENDS
+    .common_constants
+    .explogxf
+    .exp2f
----------------
michaelrj-google wrote:

is it possible to avoid these dependencies between entrypoints?

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


More information about the libc-commits mailing list