[libc-commits] [libc] [libc][math][C23] Implemented remquof128 function (PR #94809)
via libc-commits
libc-commits at lists.llvm.org
Fri Jun 7 18:34:49 PDT 2024
================
@@ -2416,6 +2416,18 @@ add_entrypoint_object(
-O2
)
+add_entrypoint_object(
+ remquof128
+ SRCS
+ remquof128.cpp
+ HDRS
+ ../remquof128.h
+ DEPENDS
+ libc.src.__support.FPUtil.division_and_remainder_operations
+ COMPILE_OPTIONS
+ -O2
----------------
lntue wrote:
Just use `-O3`
https://github.com/llvm/llvm-project/pull/94809
More information about the libc-commits
mailing list