mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 17:33:50 +01:00
8 lines
100 B
NASM
8 lines
100 B
NASM
|
%define ARCH 02
|
||
|
|
||
|
%ifndef COMPARE_TYPE
|
||
|
%define COMPARE_TYPE 1
|
||
|
%endif
|
||
|
|
||
|
%include "igzip_stateless.asm"
|