[libc-commits] [libc] [libc][math][c23] implement C23 math function asinpif16 (PR #146226)

via libc-commits libc-commits at lists.llvm.org
Fri Jul 11 07:02:27 PDT 2025


================
@@ -94,33 +90,27 @@ LLVM_LIBC_FUNCTION(float16, asinpif16, (float16 x)) {
   // it's very accurate in the range [0, 0.5] and has a maximum error of
   // 0.0000000000000001 in the range [0, 0.5].
   static constexpr double POLY_COEFFS[10] = {
----------------
lntue wrote:

don't need `static` here

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


More information about the libc-commits mailing list