mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05:38 +00:00
Common: __m128 shouldn't be used in nosimd
This commit is contained in:
parent
87f2995f3d
commit
487eb102b7
|
@ -994,7 +994,6 @@ public:
|
|||
u16 U16[8];
|
||||
u32 U32[4];
|
||||
u64 U64[2];
|
||||
__m128 m;
|
||||
};
|
||||
|
||||
GSVector4() = default;
|
||||
|
|
Loading…
Reference in a new issue