[libc-commits] [libc] [libc][math][c23] Add atanhf16 C23 math function. (PR #132612)
via libc-commits
libc-commits at lists.llvm.org
Mon Mar 31 07:46:55 PDT 2025
================
@@ -0,0 +1,41 @@
+//===-- Unittests for atanhf16 --------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "src/__support/FPUtil/FPBits.h"
----------------
overmighty wrote:
The `FPBits` type used below is the `using` from `FPTest` so this include isn't needed.
```suggestion
```
https://github.com/llvm/llvm-project/pull/132612
More information about the libc-commits
mailing list