[libc-commits] [libc] [libc][math][c23] Add fadd{l, f128} C23 math functions (PR #102531)

via libc-commits libc-commits at lists.llvm.org
Thu Aug 8 14:48:00 PDT 2024


================
@@ -598,6 +598,31 @@ add_entrypoint_object(
     -O3
 )
 
+add_entrypoint_object(
+  faddl
+  SRCS
+    faddl.cpp
+  HDRS
+    ../faddl.h
+  DEPENDS
+    libc.src.__support.FPUtil.basic_operations
----------------
overmighty wrote:

See https://github.com/llvm/llvm-project/pull/99694/files#r1685061063.

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


More information about the libc-commits mailing list