Match a few nonmatchings and delete unused asm (#117)

* match a few nonmatchings, delete unused asm

* fix missing returns in f_op_actor_iter

* remove obsolete comments
This commit is contained in:
lepelog
2021-03-03 18:17:19 +01:00
committed by GitHub
parent b2a8f0bdbf
commit 79b5438fc7
94 changed files with 69 additions and 1675 deletions
+1
View File
@@ -171,6 +171,7 @@ inline f32 VecMagXZ(const cXyz& xyz) {
// return cXyz(xyz.x, 0, xyz.z).getSquareMag(); // matches, but screws up data
}
// this belongs to msl_c/math.h, but can't go there currently because of data
inline f32 sqrtf(f32 mag) {
if (mag > FLOAT_LABEL(lbl_80455080)) {
f64 tmpd = __frsqrte(mag);