[libc-commits] [libc] [libc][math][c23] Add C23 math functions ilogbf128, logbf128, and llogb(f|l|f128). (PR #82144)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Sat Feb 17 19:25:42 PST 2024


================
@@ -1253,10 +1315,22 @@ add_entrypoint_object(
     logbl.cpp
   HDRS
     ../logbl.h
+  COMPILE_OPTIONS
+    -O3
   DEPENDS
     libc.src.__support.FPUtil.manipulation_functions
+)
+
+add_entrypoint_object(
+  logbf128
+  SRCS
+    logbf128.cpp
+  HDRS
+    ../logbf128.h
   COMPILE_OPTIONS
-    -O2
+    -O3
----------------
jhuber6 wrote:

Unrelated, but what is the logic behind overriding the optimization level?

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


More information about the libc-commits mailing list