HJLebbink / asm-dude

Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMX support?

andabD85 opened this issue · comments

Thoughts and plans on if and how asm-dude will support intel AMX and next gen AVX-512 instructions (for Saphire Rapids CPU and later)? Early days but would be very nice to hear plans. I do not expect the compilers will easily compile to binary code that's using AMX instructions effectively, so hand coded assembly will be critical to get the most out of these new instructions and next gen intel CPUs.

I'm currently working on AMX: in a few weeks I hope to add support for it. see SnellerInc#1

I'm currently working on AMX: in a few weeks I hope to add support for it. see SnellerInc#1

Outstanding! Thank you!