mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
8 lines
242 B
ArmAsm
8 lines
242 B
ArmAsm
![]() |
/* 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)
|