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

/freebsd-10.2-release/lib/libc/powerpc/
H A D_fpmath.hdiff 132421 Mon Jul 19 23:56:07 MDT 2004 gallatin Fix printing of long doubles to match the size that
gcc is using. This fixes devstat consumers (like vmstat, iostat,
systat) so they don't print crazy zillion digit numbers for
disk transfers and bandwidth.

According to gcc, long doubles are 64-bits, rather than 128 bits
like the SVR4 ABI spec wants them to be.. Note that MacOSX also treats
long doubles as 64-bits, and not 128 bits, so we are in good company.

Reviewed by: das
Approved by: grehan
/freebsd-10.2-release/sys/powerpc/include/
H A Dfloat.hdiff 132421 Mon Jul 19 23:56:07 MDT 2004 gallatin Fix printing of long doubles to match the size that
gcc is using. This fixes devstat consumers (like vmstat, iostat,
systat) so they don't print crazy zillion digit numbers for
disk transfers and bandwidth.

According to gcc, long doubles are 64-bits, rather than 128 bits
like the SVR4 ABI spec wants them to be.. Note that MacOSX also treats
long doubles as 64-bits, and not 128 bits, so we are in good company.

Reviewed by: das
Approved by: grehan

Completed in 105 milliseconds