Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/lib/crc/x86/crc16-msb-pclmul.S
26292 views
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
// Copyright 2025 Google LLC
3
4
#include "crc-pclmul-template.S"
5
6
DEFINE_CRC_PCLMUL_FUNCS(crc16_msb, /* bits= */ 16, /* lsb= */ 0)
7
8