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

/freebsd-11.0-release/lib/msun/ld80/
H A Ds_expl.cdiff 241051 Sat Sep 29 16:44:14 MDT 2012 kargl * src/math_private.h:
. Change the API for the LD80C by removing the explicit passing
of the sign bit. The sign can be determined from the last
parameter of the macro.
. On i386, load long double by bit manipulations to work around
at least a gcc compiler issue. On non-i386 ld80 architectures,
use a simple assignment.

* ld80/s_expl.c:
. Update the only consumer of LD80C.

Submitted by: bde
Approved by: das (mentor)
/freebsd-11.0-release/lib/msun/src/
H A Dmath_private.hdiff 241051 Sat Sep 29 16:44:14 MDT 2012 kargl * src/math_private.h:
. Change the API for the LD80C by removing the explicit passing
of the sign bit. The sign can be determined from the last
parameter of the macro.
. On i386, load long double by bit manipulations to work around
at least a gcc compiler issue. On non-i386 ld80 architectures,
use a simple assignment.

* ld80/s_expl.c:
. Update the only consumer of LD80C.

Submitted by: bde
Approved by: das (mentor)

Completed in 117 milliseconds