Ryujinx/ARMeilleure/CodeGen
Wunk 0992310b76
ARMeilleure: Check for XSAVE cpuid flag for AVX{2,512} (#4584)
Protection for the `xgetbv` instruction for systems that do not support
`xcr0` such as nehalem processors.

The `XSAVE` cpuid indicates support for `XSAVE`, `XRESTOR`, `XSETBV`,
`XGETBV` while `OSXSAVE` indicates if the operating system itself has
`XSAVE` turned on. Both must be checked at the same time.
2023-03-22 14:51:21 -03:00
..
Arm64 Reducing memory allocations (#4537) 2023-03-17 13:14:50 +01:00
Linking A few minor documentation fixes. (#3599) 2022-08-19 18:21:06 -03:00
Optimizations Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
RegisterAllocators Misc performance tweaks (#4509) 2023-03-11 17:05:48 -03:00
Unwinding PPTC Follow-up. (#1712) 2020-12-17 20:32:09 +01:00
X86 ARMeilleure: Check for XSAVE cpuid flag for AVX{2,512} (#4584) 2023-03-22 14:51:21 -03:00
CompiledFunction.cs Remove use of GetFunctionPointerForDelegate to get JIT cache function pointer (#4337) 2023-01-23 22:37:53 +00:00
PreAllocatorCommon.cs CPU: Avoid argument value copies on the JIT (#4484) 2023-03-08 23:25:35 +01:00