Common: Fix write overflow with nosimd vector

This commit is contained in:
Stenzek 2024-12-29 22:34:14 +10:00
parent ab107722f7
commit d4e393f1a8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ public:
{
float r, g;
};
float F32[4];
float F32[2];
double F64[2];
s8 I8[16];
s16 I16[8];