/* adler32_avx512.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-2011 Mark Adler * Authors: * Adam Stylinski * Brian Bockelman * 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