math: fix constant in sinf and cosf
gcc-12 -frounding-math started using runtime rounding mode for converting double constants to float, so abstop12(pio4) is no longer a compile time constant (this is required by iso c). Use float pio4f instead to make the generated code the same as before and avoid regressions on gcc-12.
Loading
Please register or sign in to comment