ardour/libs
Robin Gareus 47d34bfbfb
Tweak FPU test for FMA
FMA may return *more precise* results since there is no intermediate
rounding when computing (a + b * c).

(b * c) is evaluate with infinite precision and only the final result
after adding a is rounded to float32. This allows for a FLT_EPSILON
difference compared to rounding (b * c) first.
2022-01-03 02:34:53 +01:00
..
appleutility
ardour Tweak FPU test for FMA 2022-01-03 02:34:53 +01:00
ardouralsautil
audiographer Scale export-analysis dataset 2021-12-24 21:59:03 +01:00
auscan
backends
canvas ruler: make ::set_metric() API consistent with constructor by using ptr 2021-12-24 15:34:18 -07:00
clearlooks-newer
evoral Disable evoral unit-tests -- nutempo update is needed 2022-01-03 01:11:54 +01:00
fluidsynth
fst
gtkmm2ext
hidapi
libltc
lua
midi++2
panners
pbd Fix vfork edge-case 2021-12-31 01:39:39 +01:00
plugins
ptformat
qm-dsp
surfaces
temporal temporal: add additional required string_to/to_string functions for BBT_Offset & BBT_Time 2021-12-18 14:11:25 -07:00
vamp-plugins
vamp-pyin
vfork
vst3
waveview
widgets build-fix: remove unused file reference 2021-12-30 21:44:21 -06:00
zita-convolver
zita-resampler