[Nasm-bugs] [Bug 3392454] Missing support for VAES instructions

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Tue Feb 6 08:12:32 PST 2018


https://bugzilla.nasm.us/show_bug.cgi?id=3392454

--- Comment #9 from Tomasz Kantecki <tomasz.kantecki at intel.com> ---
rc3 seem to suffer the same problem.

I am getting "no instruction for this cpu level" error and the instruction is
pretty straight forward:

        vaesenc zmm0, zmm0, zmm4

Change like this in insns.dat  fixes the problem but it doesn't seem right

-VAESENC                zmmreg,zmmreg*,zmmrm512         [rvm:fv:
evex.nds.512.66.0f38.wig dc /r]        AVX512,VAES,FUTURE                       
+VAESENC                zmmreg,zmmreg*,zmmrm512         [rvm:fv:
evex.nds.512.66.0f38.wig dc /r]        AVX,SANDYBRIDGE          

Is there something obviously wrong with "AVX512,VAES,FUTURE" combination that I
am missing?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list