remove long double const workarounds
authornsz <nsz@port70.net>
Mon, 19 Mar 2012 17:52:17 +0000 (18:52 +0100)
committernsz <nsz@port70.net>
Mon, 19 Mar 2012 17:52:17 +0000 (18:52 +0100)
commiteca1c35e5be967478c8fe9381c6f4652b6645d5e
treee55363208d24a68508031e424549fa50258e3d1f
parent9a810cb6851e9707b86ae3e5af5f265da3d6e6a1
remove long double const workarounds

Some long double consts were stored in two doubles as a workaround
for x86_64 and i386 with the following comment:
/* Long double constants are slow on these arches, and broken on i386. */
This is most likely old gcc bug related to the default x87 fpu
precision setting (it's double instead of double extended on BSD).
src/math/__cosl.c
src/math/__rem_pio2l.h
src/math/__sinl.c
src/math/__tanl.c
src/math/acosl.c
src/math/atan2l.c