This commit is contained in:
TakaRikka
2025-12-05 21:14:19 -08:00
219 changed files with 8399 additions and 7176 deletions
+1 -1
View File
@@ -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;