| Age | Commit message (Collapse) | Author |
|
(#5353)
* Empty "case" clauses that fall through to the "default" should be omitted
* default throw exception
* format
|
|
* Replace return type with void for Commit/Decommit
* Small cleanup
|
|
|
|
|
|
* Blocks should be synchronized on read-only fields
* more readonlys
* fix alignment
* more
* Update ISelfController.cs
* simplify new
* simplify new
|
|
* ARMeilleure: Do not hardcode 4KiB page size in JitCache
* test: Do not hardcode page size to 4KiB for Ryujinx.Tests.Memory.Tests
Fix running tests on Asahi Linux with 16KiB pages.
* test: Do not hardcode page size to 4KiB for Ryujinx.Tests.Cpu
Fix running tests on Asahi Linux.
Test runner still crash when trying to run all test suite.
* test: Do not hardcode page size to 4KiB for Ryujinx.Tests.Cpu
Fix somecrashes on Asahi Linux.
* test: Ignore Vshl test on ARM64 due to unicorn crashes
* test: Workaround hardcoded size on some tests
Change mapping of code and data in case of non 4KiB configuration.
* test: Make CpuTestT32Flow depends on code address
Fix failure with different page size.
* test: Disable CpuTestThumb.TestRandomTestCases when page size isn't 4KiB
The test data needs to be reevaluated to take different page size into account.
* Address gdkchan's comments
|
|
* Fix Arm32 double to int/uint conversion on Arm64
* PPTC version bump
|
|
* Implement fast path for AES crypto instructions on Arm64
* PPTC version bump
* Use AES HW feature check
|
|
|
|
* Armeilleure: Fix support for Windows on ARM64
Tested on Windows DevKit 2023.
* Address gdkchan's comments
|
|
|
|
|
|
|