diff options
author | Szabolcs Nagy <nsz@port70.net> | 2012-11-14 01:01:38 +0100 |
---|---|---|
committer | Szabolcs Nagy <nsz@port70.net> | 2012-11-14 01:01:38 +0100 |
commit | 45ff9d8eb6f43b8f612d1b01ada627f5b4447c45 (patch) | |
tree | 92515e65ee6782a78ce4a1c97839872a14939155 /src/math/acos.c | |
parent | 529a8de46cbf6cce525ab25c4532822006502f29 (diff) | |
download | musl-45ff9d8eb6f43b8f612d1b01ada627f5b4447c45.tar.gz musl-45ff9d8eb6f43b8f612d1b01ada627f5b4447c45.tar.bz2 musl-45ff9d8eb6f43b8f612d1b01ada627f5b4447c45.tar.xz musl-45ff9d8eb6f43b8f612d1b01ada627f5b4447c45.zip |
math: ld80 invtrig cleanups
keeping only commonly used data in invtrigl
Diffstat (limited to 'src/math/acos.c')
-rw-r--r-- | src/math/acos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/acos.c b/src/math/acos.c index 54d266ee..0eb15bed 100644 --- a/src/math/acos.c +++ b/src/math/acos.c @@ -38,6 +38,7 @@ static const double pi = 3.14159265358979311600e+00, /* 0x400921FB, 0x54442D18 */ pio2_hi = 1.57079632679489655800e+00; /* 0x3FF921FB, 0x54442D18 */ +// FIXME static const volatile double pio2_lo = 6.12323399573676603587e-17; /* 0x3C91A626, 0x33145C07 */ static const double |