mirror of
https://github.com/intel/isa-l.git
synced 2025-01-22 05:20:02 +01:00
9 lines
132 B
NASM
9 lines
132 B
NASM
|
%define ARCH 02
|
||
|
|
||
|
%ifndef COMPARE_TYPE
|
||
|
%define COMPARE_TYPE 2
|
||
|
%endif
|
||
|
|
||
|
%include "igzip_buffer_utils_04.asm"
|
||
|
%include "igzip_body.asm"
|