From: Olson, M. <mat...@in...> - 2024-10-07 18:27:48
|
Good afternoon, My name's Ben Olson, and I've recently switched my project from using Zydis to do x86 disassembly, to Capstone, in order to support ARM and RISC-V. However, in so doing, some of the x86 instructions that my users care about broke! In particular, I'd like to add AMX-TILE, AMX-INT8, and AMX-BF16 instructions to Capstone. I started manually editing the files in arch/X86/*.inc, but those seem to be generated by the scripts in suite/synctools. Should I simply run these scripts to update x86? Seems simple enough, but if so, why hasn't someone else just quickly done that recently? I don't mind adding the instructions manually if need be. Thanks, Ben Olson |