math: add dummy implementations of 128 bit long double functions
authorSzabolcs Nagy <nsz@port70.net>
Tue, 10 Mar 2015 20:01:20 +0000 (20:01 +0000)
committerRich Felker <dalias@aerifal.cx>
Wed, 11 Mar 2015 22:54:53 +0000 (18:54 -0400)
commitf4e4632abfa8297db1485e132bb15b9ef6c32a1b
tree5e7f8685339372ad2eefa685cfa8e9c967300562
parent53cfe0c61a136c12376a8f32d616de1d68227181
math: add dummy implementations of 128 bit long double functions

This is in preparation for the aarch64 port only to have the long
double math symbols available on ld128 platforms. The implementations
should be fixed up later once we have proper tests for these functions.

Added bigendian handling for ld128 bit manipulations too.
17 files changed:
src/internal/libm.h
src/math/acoshl.c
src/math/asinhl.c
src/math/atanhl.c
src/math/coshl.c
src/math/erfl.c
src/math/expl.c
src/math/expm1l.c
src/math/lgammal.c
src/math/log10l.c
src/math/log1pl.c
src/math/log2l.c
src/math/logl.c
src/math/powl.c
src/math/sinhl.c
src/math/tanhl.c
src/math/tgammal.c