summaryrefslogtreecommitdiff
path: root/adler32_simd.h
blob: 0b2361a5174f7af327d52889771f94c0634184fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* adler32_simd.h
 *
 * Copyright 2017 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the Chromium source repository LICENSE file.
 */

#include <stdint.h>

#include "zconf.h"
#include "zutil.h"

uint32_t ZLIB_INTERNAL adler32_simd_(
    uint32_t adler,
    const unsigned char *buf,
    z_size_t len);