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