Searched hist:153078 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/lib/msun/src/
H A Ds_log1pf.cdiff 153078 Sun Dec 04 08:57:54 MST 2005 bde Use the usual volatile hack to trick gcc into clipping any extra precision
on assignment.

Extra precision on i386's broke hi+lo decomposition in the usual way.
It caused all except 1 of the 62343 errors of more than 1 ulp for
log1pf() on i386's with gcc -O [-fno-float-store].

Completed in 48 milliseconds