prune math code on archs with binary64 long double
authorSzabolcs Nagy <nsz@port70.net>
Mon, 8 Sep 2014 13:51:42 +0000 (15:51 +0200)
committerSzabolcs Nagy <nsz@port70.net>
Mon, 8 Sep 2014 13:51:42 +0000 (15:51 +0200)
commit0c32c2635eedfcd6af3606735ac38197f8705734
treeeb11e1e4c69a980133a5d61c4e19c0b5684ad548
parent976bb28fa0f5b6d82055502c27444ac5c9bf34ed
prune math code on archs with binary64 long double

__polevll, __p1evll and exp10l were provided on archs when long double
is the same as double. The first two were completely unused and exp10l
can be a wrapper around exp10.
src/math/__polevll.c
src/math/exp10l.c