Skip to content

Simplify int8-to-float32 conversion

Michael Platings requested to merge optimise-i8-to-f32 into main

Some compilers appear to have difficulty optimizing the previous code so it can impact performance.

Merge request reports