Browse Source

Instruction flags for SM3, SM4

Margers 3 months ago
parent
commit
2ec7817ad4
1 changed files with 3 additions and 2 deletions
  1. 3 2
      compiler/x86/aasmcpu.pas

+ 3 - 2
compiler/x86/aasmcpu.pas

@@ -1,4 +1,4 @@
-{
+{
     Copyright (c) 1998-2002 by Florian Klaempfl and Peter Vreman
 
     Contains the abstract assembler implementation for the i386
@@ -471,7 +471,8 @@ interface
         IF_PREFETCHWT1,
         IF_SHA,
         IF_SHA512,
-        IF_SM3_hash, { instruction set SM3:  ShangMi 3 hash function }
+        IF_SM3NI, { instruction set SM3:  ShangMi 3 hash function }
+        IF_SM4NI, { instruction set SM4 }
         IF_GFNI,
 
         { mask for processor level }