dotnet / jitutils

MIT License
144 stars 59 forks source link

Enable all AArch64 architecture features #386

Closed BruceForstall closed 6 months ago

BruceForstall commented 6 months ago

This allows JitLateDisasm to disassemble more SVE instructions than just those supported by Neoverse-N2. Last I looked, "+all" still had a bug such that it doesn't actually understand/disassemble all instructions, but it's much better.

BruceForstall commented 6 months ago

Ping