mirror of
https://github.com/intel/isa-l.git
synced 2025-01-05 22:59:52 +01:00
9 lines
118 B
NASM
9 lines
118 B
NASM
|
%define ARCH 04
|
||
|
%define USE_HSWNI
|
||
|
|
||
|
%ifndef COMPARE_TYPE
|
||
|
%define COMPARE_TYPE 3
|
||
|
%endif
|
||
|
|
||
|
%include "igzip_stateless.asm"
|