math: add ld128 exp2l based on the freebsd implementation
authorSzabolcs Nagy <nsz@port70.net>
Mon, 9 Mar 2015 12:17:25 +0000 (12:17 +0000)
committerRich Felker <dalias@aerifal.cx>
Wed, 11 Mar 2015 22:54:50 +0000 (18:54 -0400)
commit53cfe0c61a136c12376a8f32d616de1d68227181
tree73d29fb8aede6779bf95dca1b09a41557c251ba8
parent204a69d2d917f413eacb086020b63d6dc6da0672
math: add ld128 exp2l based on the freebsd implementation

Changed the special case handling and bit manipulation to better
match the double version.
src/math/exp2l.c