aboutsummaryrefslogtreecommitdiff
path: root/src/crc32c/src/crc32c_prefetch_unittest.cc
blob: b34ed2d5fec67cd4e351c04a63aeb5c62f779357 (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2017 The CRC32C Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.

#include "./crc32c_prefetch.h"

// There is no easy way to test cache prefetching. We can only test that the
// crc32c_prefetch.h header compiles on its own, so it doesn't have any unstated
// dependencies.