bde 2008-01-19 18:13:21 UTC
FreeBSD src repository
Modified files:
lib/msun/src s_log1p.c s_log1pf.c
Log:
Use STRICT_ASSIGN() for log1pf() and log1p() instead of a volatile cast
hack for log1pf() only. The cast hack broke with gcc-4, resulting in
~1 million error
bde 2007-06-14 05:00:56 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/msun/src s_log1p.c s_log1pf.c
Log:
MFC:
s_log1pf.c 1.8: work around compiler bugs involving extra precision.
s_log1p.c 1.8
s_log1pf.c 1.9
Fix approximation(s