mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 17:33:50 +01:00
10 lines
150 B
NASM
10 lines
150 B
NASM
|
%define ARCH 04
|
||
|
%define USE_HSWNI
|
||
|
|
||
|
%ifndef COMPARE_TYPE
|
||
|
%define COMPARE_TYPE 3
|
||
|
%endif
|
||
|
|
||
|
%include "igzip_buffer_utils_04.asm"
|
||
|
%include "igzip_body.asm"
|