[libc-commits] [libc] [libc][math] implement `signbit` (PR #97791)

via libc-commits libc-commits at lists.llvm.org
Sat Jul 6 07:02:00 PDT 2024


================
@@ -283,3 +283,9 @@ add_macro_header(
   HDR
     dlfcn-macros.h
 )
+
+add_macro_header(
+  generic_math_macros
----------------
lntue wrote:

Please change it to `math-function-macros.h` similar to https://github.com/llvm/llvm-project/pull/96008

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


More information about the libc-commits mailing list