1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/lib/msun
David Chisnall 4758b87596 Add stub implementations of the missing C++11 math functions.
These are weak and so can be replaced by other versions in applications
that choose to do so, and will give a linker warning when used so that
applications that rely on the extra precision can avoid them.

Note that since the C/C++ specs only guarantee that long double has
precision equal to double, code that actually relies on these functions
having greater precision is unportable at best and broken at worst.
2013-09-06 07:58:23 +00:00
..
amd64
arm
bsdsrc
i387
ia64
ld80 ld80 and ld128 implementations of expm1l(). This code started life 2013-06-03 19:51:32 +00:00
ld128 Change a comma to a semicolon. 2013-06-03 20:09:22 +00:00
man Add implementations of acoshl(), asinhl(), and atanhl(). This is a 2013-06-10 06:04:58 +00:00
mips
powerpc
sparc64
src Add stub implementations of the missing C++11 math functions. 2013-09-06 07:58:23 +00:00
x86
Makefile Add stub implementations of the missing C++11 math functions. 2013-09-06 07:58:23 +00:00
Symbol.map Add stub implementations of the missing C++11 math functions. 2013-09-06 07:58:23 +00:00