Functions for CPU flags management. More...
Functions | |
SIMD_API SimdBool | SimdGetFlushToZero () |
Gets current CPU Flush-To-Zero (FTZ) flag. It is used in order to process subnormal numbers. More... | |
SIMD_API void | SimdSetFlushToZero (SimdBool value) |
Sets current CPU Flush-To-Zero (FTZ) flag. It is used in order to process subnormal numbers. More... | |
Detailed Description
Functions for CPU flags management.
Function Documentation
◆ SimdGetFlushToZero()
SimdBool SimdGetFlushToZero | ( | ) |
Gets current CPU Flush-To-Zero (FTZ) flag. It is used in order to process subnormal numbers.
- Returns
- current FTZ flag.
◆ SimdSetFlushToZero()
void SimdSetFlushToZero | ( | SimdBool | value | ) |
Sets current CPU Flush-To-Zero (FTZ) flag. It is used in order to process subnormal numbers.
- Parameters
-
[in] value - a value of Flush-To-Zero (FTZ) flag.