We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b09d1 commit e43a97eCopy full SHA for e43a97e
libc/src/math/generic/asinpif16.cpp
@@ -68,7 +68,7 @@ LLVM_LIBC_FUNCTION(float16, asinpif16, (float16 x)) {
68
//
69
// it's very accurate in the range [0, 0.5] and has a maximum error of
70
// 0.0000000000000001 in the range [0, 0.5].
71
- constexpr double POLY_COEFFS[10] = {
+ constexpr double POLY_COEFFS[] = {
72
0x1.45f306dc9c889p-2, // x^1
73
0x1.b2995e7b7b5fdp-5, // x^3
74
0x1.8723a1d588a36p-6, // x^5
0 commit comments