This commit is contained in:
lepelog
2026-02-01 17:27:23 +01:00
parent b017949c4b
commit ab4b5ef915
5 changed files with 159 additions and 183 deletions
+1 -1
View File
@@ -214,8 +214,8 @@ namespace JMathInlineVEC {
}
inline f32 C_VECSquareMag(register const Vec* v) {
register f32 z;
register f32 x_y;
register f32 z;
register f32 res;
#ifdef __MWERKS__
asm {