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

/freebsd-11-stable/sys/amd64/include/
H A Dieeefp.hdiff 117863 Tue Jul 22 04:44:54 MDT 2003 peter Extend the machine/ieeefp.h that was inherited from i386 to support
the SSE mxcsr register as well. Since gcc will intermix SSE2 and x87
FP code, the fpsetround() etc mode had better be the same.

There are hooks to enable these inlines to be instantiated inside libc
for non-gcc or C++ callers. (g++ doesn't like the inlines that tried
to extract an integer and convert it to an enum).

Completed in 111 milliseconds