[libc-commits] [libc] [libc][math][c23] Add {remainder, remquo}f16 C23 math functions (PR #94773)
via libc-commits
libc-commits at lists.llvm.org
Mon Jun 10 06:35:33 PDT 2024
================
@@ -2440,6 +2440,19 @@ add_entrypoint_object(
-O2
)
+add_entrypoint_object(
+ remquof16
+ SRCS
+ remquof16.cpp
+ HDRS
+ ../remquof16.h
+ DEPENDS
+ libc.src.__support.macros.properties.types
+ libc.src.__support.FPUtil.division_and_remainder_operations
+ COMPILE_OPTIONS
+ -O2
----------------
lntue wrote:
Yes, please change all of them to -O3
https://github.com/llvm/llvm-project/pull/94773
More information about the libc-commits
mailing list