xref: /linux/lib/crc/x86/crc64-pclmul.S (revision 8e92c9902ff11a1c2aab229a3d7d4c1d7e5b698f)
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2// Copyright 2025 Google LLC
3
4#include "crc-pclmul-template.S"
5
6DEFINE_CRC_PCLMUL_FUNCS(crc64_msb, /* bits= */ 64, /* lsb= */ 0)
7DEFINE_CRC_PCLMUL_FUNCS(crc64_lsb, /* bits= */ 64, /* lsb= */ 1)
8