Searched refs:SSE_RND_FLD (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/amd64/include/
H A Dieeefp.h103 #define SSE_RND_FLD 0x6000 /* rounding control */ macro
199 _mxcsr &= ~SSE_RND_FLD;
200 _mxcsr |= (_m << SSE_RND_OFF) & SSE_RND_FLD;

Completed in 55 milliseconds