long double cleanup, initial commit
authorSzabolcs Nagy <nsz@port70.net>
Mon, 2 Sep 2013 00:38:51 +0000 (00:38 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 5 Sep 2013 11:30:07 +0000 (11:30 +0000)
commitaf5f6d9556441487e5c66a7a4cfeddf4ed354aa7
tree34a31a68753c2851628109713a3462cb4742ef44
parentff4d6020d1c8aaab4f05e561789d6dad3d7ef083
long double cleanup, initial commit

new ldshape union, ld128 support is kept, code that used the old
ldshape union was rewritten (IEEEl2bits union of freebsd libm is
not touched yet)

ld80 __fpclassifyl no longer tries to handle invalid representation
src/internal/libm.h
src/internal/longdbl.h
src/math/__fpclassifyl.c
src/math/__signbitl.c
src/math/copysignl.c
src/math/fabsl.c
src/math/ilogbl.c
src/math/nextafterl.c