[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 12:00:35 PST 2018


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

--- Comment #16 from Cyrill Gorcunov <gorcunov at gmail.com> ---
[cyrill at uranus nasm.git] git diff
diff --git a/include/iflag.h b/include/iflag.h
index 02787de9..1cef9b64 100644
--- a/include/iflag.h
+++ b/include/iflag.h
@@ -131,9 +131,9 @@ static inline int iflag_cmp_cpu_level(const iflag_t *a,
const iflag_t *b)
     iflag_clear(&v2, IF_CYRIX);
     iflag_clear(&v2, IF_AMD);

-    if (v1.field[3] < v2.field[3])
+    if (v1.field[4] < v2.field[4])
         return -1;
-    else if (v1.field[3] > v2.field[3])
+    else if (v1.field[4] > v2.field[4])
         return 1;

     return 0;
[cyrill at uranus nasm.git]

-- 
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