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

via libc-commits libc-commits at lists.llvm.org
Mon Jul 8 00:04:20 PDT 2024


================
@@ -79,3 +79,13 @@ add_libc_test(
   DEPENDS
     libc.include.llvm-libc-macros.stdckdint_macros
 )
+
+add_libc_test(
----------------
akielaries wrote:

@lntue I'm curious if there is an example of a corresponding C test for generic functions like these macros?

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


More information about the libc-commits mailing list