math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl)
authorSzabolcs Nagy <nsz@port70.net>
Wed, 4 Sep 2013 15:52:23 +0000 (15:52 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 5 Sep 2013 11:30:08 +0000 (11:30 +0000)
commit34660d73bd0db29469d2758e1b48d2360edf3a2f
treed803e3693b46e4bfe258c4d284fc5c3f7878daae
parent535104ab6a2d6f22098f79e7107963e3fc3448a3
math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl)

in lgammal don't handle 1 and 2 specially, in fma use the new ldshape
union instead of ld80 one.
src/math/erfl.c
src/math/fma.c
src/math/fmal.c
src/math/lgammal.c
src/math/scalbnl.c