This commit is contained in:
lepelog
2021-11-13 13:24:38 +01:00
parent 58715df2cb
commit 475d94201c
9 changed files with 2 additions and 15 deletions
+2 -1
View File
@@ -46,6 +46,7 @@ f32 tanf(f32);
extern f32 __float_nan[4];
extern f32 __float_epsilon[4];
extern f32 __float_max[4];
inline f64 sqrt_step(f64 tmpd, f32 mag) {
return tmpd * 0.5 * (3.0 - mag * (tmpd * tmpd));
@@ -68,4 +69,4 @@ inline f32 sqrtf(f32 mag) {
}
}
#endif
#endif