1 /* adler32_avx512.c -- compute the Adler-32 checksum of a data stream
2  * Copyright (C) 1995-2011 Mark Adler
3  * Authors:
4  *   Adam Stylinski <[email protected]>
5  *   Brian Bockelman <[email protected]>
6  * For conditions of distribution and use, see copyright notice in zlib.h
7  */
8 
9 #ifdef X86_AVX512_ADLER32
10 
11 #include "adler32_avx512_tpl.h"
12 
13 #define COPY
14 #include "adler32_avx512_tpl.h"
15 
16 #endif
17