Searched hist:"4758 b87596e63ca7a59cdbb690f2ed2ace772abd" (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/msun/ |
H A D | Symbol.map | diff 4758b87596e63ca7a59cdbb690f2ed2ace772abd Fri Sep 06 09:58:23 CEST 2013 David Chisnall <theraven@FreeBSD.org> 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.
|
H A D | Makefile | diff 4758b87596e63ca7a59cdbb690f2ed2ace772abd Fri Sep 06 09:58:23 CEST 2013 David Chisnall <theraven@FreeBSD.org> 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.
|