xref: /linux/lib/crc/x86/crc32-pclmul.S (revision 6be0ddb20200c0e45c1e7db4b817fccd04d53f2d)
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(crc32_lsb, /* bits= */ 32, /* lsb= */ 1)
7