[libc-commits] [libc] [libc][math][c23] Add {remainder, remquo}f16 C23 math functions (PR #94773)
via libc-commits
libc-commits at lists.llvm.org
Fri Jun 7 10:46:15 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
----------------
overmighty wrote:
Should these be changed to -O3?
https://github.com/llvm/llvm-project/pull/94773
More information about the libc-commits
mailing list