Skip to content

MIssing conversion of some flt. pt. functions in the BASOP code

The BASOP decoder and renderer still contain some floating point functions that should be converted to their fixed point counterparts. Here's a list:

min()
max()
inv_sqrt()
roundf()
abs()
fabs()
fabsf()
expf()
logf()
fmodf()