google / gematria

Machine learning for machine code.
Apache License 2.0
78 stars 12 forks source link

Fix incorrect instruction mnemonic in exegesis annotator test #264

Closed boomanaiden154 closed 3 days ago

boomanaiden154 commented 1 week ago

vmovdqu does not work with the 128-bit/256-bit AVX512 registers. Switch the instruction so that the test actually works on system with AVX512VL support. This was causing test failures on system with AVX512. I did not catch this originally as I was testing on znver2.