On 2016-09-22 01:10, David Medine wrote:
x = (x<DENORMAL_THRESH ? 0 : x);
yay for x=-0.5 :-)
anyhow, there is a macro PD_BIGORSMALL() that includes a proper test for denormals, so no need to re-invent the wheel. as christof has pointed out, bob~ doesN#t use this macro (for whatever reasons).
fgamsdr IOhannes