[libc-commits] [libc] [libc][math] implement `signbit` and math macro unit tests (PR #97791)

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Sun Jul 14 00:09:04 PDT 2024


================
@@ -0,0 +1,39 @@
+//===-- Utility class to test the isnan macro [f|l] -------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license nanormation.
----------------
petrhosek wrote:

I just noticed that this file has wrong copyright header.

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


More information about the libc-commits mailing list