mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-21 07:12:20 +00:00
Merge pull request #3277 from Sonicadvance1/remove_warnings_17
FEXCore: Removes FEX_PACKED from CPUState
This commit is contained in:
commit
8e892ece59
@ -72,7 +72,7 @@ namespace FEXCore::Core {
|
||||
static_assert(std::is_trivially_copyable_v<NonAtomicRefCounter<uint64_t>>, "needs to be trivially copyable");
|
||||
static_assert(sizeof(NonAtomicRefCounter<uint64_t>) == sizeof(uint64_t), "Needs to be correct size");
|
||||
|
||||
struct FEX_PACKED CPUState {
|
||||
struct CPUState {
|
||||
// Allows more efficient handling of the register
|
||||
// file in the event AVX is not supported.
|
||||
union XMMRegs {
|
||||
|
Loading…
x
Reference in New Issue
Block a user