mirror of
https://github.com/intel/isa-l.git
synced 2024-12-13 01:42:56 +01:00
8 lines
107 B
NASM
8 lines
107 B
NASM
|
%define ARCH 01
|
||
|
|
||
|
%ifndef COMPARE_TYPE
|
||
|
%define COMPARE_TYPE 2
|
||
|
%endif
|
||
|
|
||
|
%include "igzip_update_histogram.asm"
|