mirror of
https://github.com/intel/isa-l.git
synced 2025-03-04 07:27:21 +01:00

Include fast DEFLATE compatable compression functions. Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
8 lines
100 B
NASM
8 lines
100 B
NASM
%define ARCH 01
|
|
|
|
%ifndef COMPARE_TYPE
|
|
%define COMPARE_TYPE 1
|
|
%endif
|
|
|
|
%include "igzip_stateless.asm"
|