Optimization of pseudo float function BASOP_Util_Add_Mant32Exp()
# Basic info - Fixed point: - Encoder (fixed):57b3a0619c6acf2354f43c9b971cc11e014725cb - Decoder (fixed):57b3a0619c6acf2354f43c9b971cc11e014725cb The pseudo float function "BASOP_Util_Add_Mant32Exp()" has still some optimization potential. Since it is used widely, WMOPS can be reduced significantly, with bit identical output. Current implementation: ``` BASOP_Util_Add_Mant32Exp[WMC_AUTO] 17310.60 8.602 10.428 10.227 8.602 10.428 10.227 ``` Actual optimized version: ``` BASOP_Util_Add_Mant32Exp[WMC_AUTO] 17310.60 6.584 8.288 8.120 6.584 8.288 8.120 ``` Decoder cmdl: BINAURAL 32 stv3OA32c.bit stv3OA32c.wav [stv3OA32c.bit](/uploads/271a331e6d45c3217f928d6993440687/stv3OA32c.bit)
task