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