[libc-commits] [libc] [libc][math][c23] add entrypoints and tests for totalordermag{f, l, f128} (PR #100159)
via libc-commits
libc-commits at lists.llvm.org
Tue Jul 23 12:46:18 PDT 2024
================
@@ -3941,6 +3941,55 @@ add_entrypoint_object(
-O3
)
+add_entrypoint_object(
+ totalordermag
+ SRCS
+ totalordermag.cpp
+ HDRS
+ ../totalordermag.h
+ DEPENDS
+ libc.src.__support.FPUtil.basic_operations
+ COMPILE_OPTIONS
+ -O3
+)
----------------
overmighty wrote:
Nit: the order should be `totalordermag`, `totalordermagf`, `totalordermagl`, `totalordermagf16`, `totalordermagf128`.
https://github.com/llvm/llvm-project/pull/100159
More information about the libc-commits
mailing list