[libc-commits] [libc] [libc][math][c23] Add C23 math functions ilogbf128, logbf128, and llogb(f|l|f128). (PR #82144)
via libc-commits
libc-commits at lists.llvm.org
Sun Feb 18 08:18:17 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
----------------
lntue wrote:
just to make them consistent with the rest of the math functions
https://github.com/llvm/llvm-project/pull/82144
More information about the libc-commits
mailing list