avx512 registers & fixes for getting & setting x64 context

This commit is contained in:
Martins Mozeiko
2024-07-23 08:43:35 -07:00
committed by Ryan Fleury
parent 14759e49e9
commit ce7c8d5244
10 changed files with 1207 additions and 819 deletions
+10
View File
@@ -72,6 +72,16 @@ union REGS_Reg256
F64 f64[4];
};
typedef union REGS_Reg512 REGS_Reg512;
union REGS_Reg512
{
U8 v[64];
U32 u32[16];
F32 f32[16];
U64 u64[8];
F64 f64[8];
};
////////////////////////////////
//~ rjf: Register Slicing Types