mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 21:45:19 -04:00
Merge branch 'main' of https://github.com/zeldaret/tp
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