summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/crc64-pclmul.S
blob: 4173051b5197cdf9cc820c6b8bab6c0a9624d893 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0-or-later */
// Copyright 2025 Google LLC

#include "crc-pclmul-template.S"

DEFINE_CRC_PCLMUL_FUNCS(crc64_msb, /* bits= */ 64, /* lsb= */ 0)
DEFINE_CRC_PCLMUL_FUNCS(crc64_lsb, /* bits= */ 64, /* lsb= */ 1)