Skip to content
  • Rémi Denis-Courmont's avatar
    Enable some FPU optimizations via standard pragma by default · a71d3315
    Rémi Denis-Courmont authored
    If GCC -ffast-math is not supported, some floating point optimizations
    are still possible through more standard means:
    
    "FP_CONTRACT on" is a subset of -funsafe-math-optimizations.
    
    "FENV_ACCESS off" corresponds to -frounding-math.
    
    "CX_LIMITED_RANGE on" corresponds to -fcx-limited-range, but is not
    included as VLC does not use complex numbers anywhere yet.
    a71d3315