blob: c0bf0721f2c8662c69d966d70dab931e9660851a [file] [log] [blame]
/* 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