@@ -291,10 +291,10 @@ function clause currentlyEnabled(Ext_Zvkt) = hartSupports(Ext_Zvkt)
291291enum clause extension = Ext_Zvkn
292292mapping clause extensionName = Ext_Zvkn <-> "zvkn"
293293function clause hartSupports (Ext_Zvkn ) =
294- hartSupports (Ext_Zvkned ) &
295- hartSupports (Ext_Zvknhb ) &
296- hartSupports (Ext_Zvkb ) &
297- hartSupports (Ext_Zvkt )
294+ hartSupports (Ext_Zvkned ) &
295+ hartSupports (Ext_Zvknhb ) &
296+ hartSupports (Ext_Zvkb ) &
297+ hartSupports (Ext_Zvkt )
298298function clause currentlyEnabled (Ext_Zvkn ) = hartSupports (Ext_Zvkn )
299299// NIST Algorithm Suite with carryless multiply
300300enum clause extension = Ext_Zvknc
@@ -310,10 +310,10 @@ function clause currentlyEnabled(Ext_Zvkng) = hartSupports(Ext_Zvkng)
310310enum clause extension = Ext_Zvks
311311mapping clause extensionName = Ext_Zvks <-> "zvks"
312312function clause hartSupports (Ext_Zvks ) =
313- hartSupports (Ext_Zvksed ) &
314- hartSupports (Ext_Zvksh ) &
315- hartSupports (Ext_Zvkb ) &
316- hartSupports (Ext_Zvkt )
313+ hartSupports (Ext_Zvksed ) &
314+ hartSupports (Ext_Zvksh ) &
315+ hartSupports (Ext_Zvkb ) &
316+ hartSupports (Ext_Zvkt )
317317function clause currentlyEnabled (Ext_Zvks ) = hartSupports (Ext_Zvks )
318318// ShangMi Algorithm Suite with carryless multiplication
319319enum clause extension = Ext_Zvksc
0 commit comments