|
SIMD
|
Functions | |
| int | _mm_getcsr () |
| Returns the content of the control register. | |
| unsigned int | _MM_GET_EXCEPTION_STATE () |
| unsigned int | _MM_GET_EXCEPTION_MASK () |
| unsigned int | _MM_GET_ROUNDING_MODE () |
| unsigned int | _MM_GET_FLUSH_ZERO_MODE () |
| void | _mm_setcsr (unsigned int __I) |
| void | _MM_SET_EXCEPTION_STATE (unsigned int state) |
| void | _MM_SET_EXCEPTION_MASK (unsigned int mask) |
| void | _MM_SET_ROUNDING_MODE (unsigned int mode) |
| void | _MM_SET_FLUSH_ZERO_MODE (unsigned int mode) |
| unsigned int _MM_GET_EXCEPTION_MASK | ( | ) |
| unsigned int _MM_GET_EXCEPTION_STATE | ( | ) |
| unsigned int _MM_GET_FLUSH_ZERO_MODE | ( | ) |
| unsigned int _MM_GET_ROUNDING_MODE | ( | ) |
| int _mm_getcsr | ( | ) |
Returns the content of the control register.
| void _MM_SET_EXCEPTION_MASK | ( | unsigned int | mask | ) |
| void _MM_SET_EXCEPTION_STATE | ( | unsigned int | state | ) |
| void _MM_SET_FLUSH_ZERO_MODE | ( | unsigned int | mode | ) |
| void _MM_SET_ROUNDING_MODE | ( | unsigned int | mode | ) |
| void _mm_setcsr | ( | unsigned int | __I | ) |