F32_UNIT_ROUNDOFF

Constant F32_UNIT_ROUNDOFF 

Source
pub const F32_UNIT_ROUNDOFF: f64 = 5.960_464_477_539_063e-8;
Expand description

FP32 unit roundoff, 2^-24. Every rounding the accumulator performs is a multiple of this times the magnitude being rounded, so it is the only constant in m16_tc_acc_floor that is not a judgement call.