[libc-commits] [libc] [libc][math][c23] fmul correcly rounded to all rounding modes (PR #91537)
via libc-commits
libc-commits at lists.llvm.org
Wed Jun 5 17:35:40 PDT 2024
================
@@ -2042,6 +2042,18 @@ add_entrypoint_object(
-O3
)
+add_entrypoint_object(
+ fmul
+ SRCS
+ fmul.cpp
+ HDRS
+ ../fmul.h
+ DEPENDS
+ libc.src.__support.FPUtil.basic_operations
+ COMPILE_OPTIONS
+ -O2
----------------
lntue wrote:
Just use `-O3`.
https://github.com/llvm/llvm-project/pull/91537
More information about the libc-commits
mailing list