Revise and remove manual denormal handling #5722
Labels
Code Refactoring
General code refactoring and cleanup issues like names, unused variables, warnings, fixme
DSP
Issues and feature requests related to sound generation in the synth
Milestone
Since we have FTZ enabled and all that, there is no need for Surge to force out denormals using
clear_block_antidenormalnoise
,flush_denormal
andflush_sample_denormal
, it seems.In my initial tests I didn't notice any significant difference in CPU usage between current build of Surge and the one with all anti-denormals measures removed. But let's test this more and decide which of those methods should we axe specifically.
The text was updated successfully, but these errors were encountered: