Home
last modified time | relevance | path

Searched hist:"3 d99825e" (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/openbsd_libm/src/ld80/
H A Ds_nextafterl.cdiff 3d99825e Thu Jul 16 07:31:14 GMT 2015 John Marino <draco@marino.st> OpenLIBM: Replace nextafterl function with FreeBSD's version

The nextafterl function is not coming up with the correct results. On
GCC's fortran round_4 test, a bit was being added to the lx component
where on FreeBSD it was being subtracted.

Replacing the source file with the equivalent of FreeBSD's version fixed
the rounding regression we saw after moving to OpenBSD's libm. Upstream
will be informed, so potentially this is only temporary.