xref: /aosp_15_r20/external/webrtc/third_party/crc32c/src/src/crc32c_prefetch_unittest.cc (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1 // Copyright 2017 The CRC32C Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. See the AUTHORS file for names of contributors.
4 
5 #include "./crc32c_prefetch.h"
6 
7 // There is no easy way to test cache prefetching. We can only test that the
8 // crc32c_prefetch.h header compiles on its own, so it doesn't have any unstated
9 // dependencies.
10