[libc-commits] [libc] [libc] Add fminf128 and fmaxf128 implementations for Linux x86_64. (PR #79307)
via libc-commits
libc-commits at lists.llvm.org
Thu Jan 25 07:17:15 PST 2024
================
@@ -1279,6 +1291,18 @@ add_entrypoint_object(
-O2
)
+add_entrypoint_object(
+ fmaxf128
+ SRCS
+ fmaxf128.cpp
+ HDRS
+ ../fmaxf128.h
+ DEPENDS
+ libc.src.__support.FPUtil.basic_operations
+ COMPILE_OPTIONS
+ -O2
----------------
lntue wrote:
Just use `-O3`.
https://github.com/llvm/llvm-project/pull/79307
More information about the libc-commits
mailing list