Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
fp_mode.h File Reference
#include <math.h>
#include <stdio.h>
+ Include dependency graph for fp_mode.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  dt_cpu_fp_mode_t {
  DT_FP_MODE_DEFAULT = 0 ,
  DT_FP_MODE_FAST ,
  DT_FP_MODE_STRICT
}
 

Functions

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)
 

Enumeration Type Documentation

◆ dt_cpu_fp_mode_t

Enumerator
DT_FP_MODE_DEFAULT 
DT_FP_MODE_FAST 
DT_FP_MODE_STRICT 

Function Documentation

◆ __attribute__()

static __attribute__ ( (always_inline)  ) const
inlinestatic

Enable aggressive floating-point arithmetic optimizations, in denormals handling. Set through user preference cpu_fp_mode

Parameters
mode

◆ dt_fp_print()

static void dt_fp_print ( const char *  tag)
inlinestatic