Add C versions of all ASM blocks (except THP)

This commit is contained in:
Luke Street
2026-02-28 18:10:14 -07:00
parent e29f1fabdc
commit 9853034e31
10 changed files with 153 additions and 29 deletions
+2
View File
@@ -228,6 +228,8 @@ int dThunder_c::create() {
#ifdef __MWERKS__
f32 tmp = __frsqrtes(var_f29_2);
var_f29_2 = tmp * var_f29_2;
#else
var_f29_2 = sqrtf(var_f29_2);
#endif
}