[libc] [llvm] [libc][math][c23] Add asinbf16 math function (PR #184170)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 07:08:24 PST 2026
================
@@ -0,0 +1,56 @@
+//===-- Exhaustive test for asinbf16 --------------------------------------===//
----------------
Sukumarsawant wrote:
should remove it entirely ?
or use something similar to what other unary functions did
like
```
using LlvmLibcLog10fExhaustiveTest =
LlvmLibcUnaryOpExhaustiveMathTest<float, mpfr::Operation::Log10,
LIBC_NAMESPACE::log10f>;
```
https://github.com/llvm/llvm-project/pull/184170
More information about the llvm-commits
mailing list