mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-17 03:15:39 +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];
|
u16 U16[8];
|
||||||
u32 U32[4];
|
u32 U32[4];
|
||||||
u64 U64[2];
|
u64 U64[2];
|
||||||
__m128 m;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
GSVector4() = default;
|
GSVector4() = default;
|
||||||
|
|
Loading…
Reference in a new issue