Searched defs:_sse_hw (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/fp/
H A Dfpstart.c43 * Set _sse_hw according to what SSE hardware is available.
57 int _sse_hw; /* default: bss: 0 == no sse */ variable
67 if ((_sse_hw = sysi86(SI86FPSTART,
74 _sse_hw = 0;

Completed in 57 milliseconds