Pārlūkot izejas kodu

Instruction flags for SM3, SM4

Margers 4 mēneši atpakaļ
vecāks
revīzija
2ec7817ad4
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  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 }