mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 02:49:15 +00:00
chore: Update makefiles & macros
This commit is contained in:
@ -29,11 +29,11 @@
|
||||
|
||||
struct CPUArchData
|
||||
{
|
||||
#if defined(a64)
|
||||
#if defined(__amd64__)
|
||||
__aligned(16) CPU::x64::FXState FPU{};
|
||||
#elif defined(a32)
|
||||
#elif defined(__i386__)
|
||||
__aligned(16) CPU::x32::FXState FPU{};
|
||||
#elif defined(aa64)
|
||||
#elif defined(__aarch64__)
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user