mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_a_mg_rod 100% (#2914)
This commit is contained in:
@@ -37,7 +37,7 @@ inline float __frsqrtes(register double f) {
|
||||
#endif
|
||||
}
|
||||
|
||||
inline f32 JMAFastSqrt(register f32 input) {
|
||||
inline f32 JMAFastSqrt(register const f32 input) {
|
||||
#ifdef __MWERKS__
|
||||
if (input > 0.0f) {
|
||||
register f32 out;
|
||||
|
||||
Reference in New Issue
Block a user