aboutsummaryrefslogtreecommitdiff
path: root/src/zlib-ng/arch/x86/adler32_avx512.c
blob: c0bf0721f2c8662c69d966d70dab931e9660851a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* adler32_avx512.c -- compute the Adler-32 checksum of a data stream
 * Copyright (C) 1995-2011 Mark Adler
 * Authors:
 *   Adam Stylinski <kungfujesus06@gmail.com>
 *   Brian Bockelman <bockelman@gmail.com>
 * For conditions of distribution and use, see copyright notice in zlib.h
 */

#ifdef X86_AVX512_ADLER32

#include "adler32_avx512_tpl.h"

#define COPY
#include "adler32_avx512_tpl.h"

#endif