diff --git a/src/common/gsvector_nosimd.h b/src/common/gsvector_nosimd.h index f7618c072..75f044bb5 100644 --- a/src/common/gsvector_nosimd.h +++ b/src/common/gsvector_nosimd.h @@ -994,7 +994,6 @@ public: u16 U16[8]; u32 U32[4]; u64 U64[2]; - __m128 m; }; GSVector4() = default;