Common: Fix write overflow with nosimd vector
This commit is contained in:
parent
ab107722f7
commit
d4e393f1a8
|
@ -551,7 +551,7 @@ public:
|
|||
{
|
||||
float r, g;
|
||||
};
|
||||
float F32[4];
|
||||
float F32[2];
|
||||
double F64[2];
|
||||
s8 I8[16];
|
||||
s16 I16[8];
|
||||
|
|
Loading…
Reference in New Issue