mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 20:15:32 +00:00
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…
x
Reference in New Issue
Block a user