[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
Mon Nov 6 10:03:54 PST 2023
================
@@ -747,6 +747,36 @@ add_entrypoint_object(
-O3
)
+add_entrypoint_object(
+ powf
+ SRCS
+ powf.cpp
+ HDRS
+ ../powf.h
+ DEPENDS
+ .common_constants
+ .explogxf
+ .exp2f
----------------
lntue wrote:
Done.
https://github.com/llvm/llvm-project/pull/71188
More information about the libc-commits
mailing list