[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:01 PST 2024


================
@@ -1243,6 +1243,18 @@ add_entrypoint_object(
     -O2
 )
 
+add_entrypoint_object(
+  fminf128
+  SRCS
+    fminf128.cpp
+  HDRS
+    ../fminf128.h
+  DEPENDS
+    libc.src.__support.FPUtil.basic_operations
+  COMPILE_OPTIONS
+    -O2
----------------
lntue wrote:

You can just use `-O3` for it.

https://github.com/llvm/llvm-project/pull/79307


More information about the libc-commits mailing list