#include <math.h>
#include <stdio.h>
Go to the source code of this file.
|
| static | __attribute__ ((always_inline)) dt_fp_init(const dt_cpu_fp_mode_t mode) |
| | Enable aggressive floating-point arithmetic optimizations, in denormals handling. Set through user preference cpu_fp_mode
|
| |
| static void | dt_fp_print (const char *tag) |
| |
◆ dt_cpu_fp_mode_t
| Enumerator |
|---|
| DT_FP_MODE_DEFAULT | |
| DT_FP_MODE_FAST | |
| DT_FP_MODE_STRICT | |
◆ __attribute__()
| static __attribute__ |
( |
(always_inline) |
| ) |
const |
|
inlinestatic |
Enable aggressive floating-point arithmetic optimizations, in denormals handling. Set through user preference cpu_fp_mode
- Parameters
-
◆ dt_fp_print()
| static void dt_fp_print |
( |
const char * |
tag | ) |
|
|
inlinestatic |