Bug: f32toint() macro causes division by zero
Posted: Wed Aug 09, 2017 3:50 pm
Hello,
The expression "(1 >> 12)" in the f32toint() macro evaluates to zero and causes a division by zero. Should be "(1U << 12)" instead.
Cheers...
The expression "(1 >> 12)" in the f32toint() macro evaluates to zero and causes a division by zero. Should be "(1U << 12)" instead.
Cheers...