Common: __m128 shouldn't be used in nosimd

This commit is contained in:
Stenzek 2024-07-04 19:18:47 +10:00
parent 87f2995f3d
commit 487eb102b7
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -994,7 +994,6 @@ public:
u16 U16[8];
u32 U32[4];
u64 U64[2];
__m128 m;
};
GSVector4() = default;