aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/Instructions
AgeCommit message (Collapse)Author
2023-06-24Empty "case" clauses that fall through to the "default" should be omitted ↵Marco Carvalho
(#5353) * Empty "case" clauses that fall through to the "default" should be omitted * default throw exception * format
2023-06-14Fix Arm32 double to int/uint conversion on Arm64 (#5292)gdkchan
* Fix Arm32 double to int/uint conversion on Arm64 * PPTC version bump
2023-06-11Implement fast path for AES crypto instructions on Arm64 (#5281)gdkchan
* Implement fast path for AES crypto instructions on Arm64 * PPTC version bump * Use AES HW feature check
2023-04-27Move solution and projects to srcTSR Berry