SPDX: license tags: BSD-2-Clause OR GPL-2.0-only

Sponsored-by: https://despairlabs.com/sponsor/
Signed-off-by: Rob Norris <robn@despairlabs.com>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Rob Norris 2025-01-04 19:33:11 +11:00 committed by Tony Hutter
parent ff28d9fc6f
commit 9fd7401d75
5 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0-only
/*
* Implement fast Fletcher4 with NEON instructions. (aarch64)
*

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0-only
/*
* Implement fast Fletcher4 with AVX2 instructions. (x86_64)
*

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0-only
/*
* Implement fast Fletcher4 with SSE2,SSSE3 instructions. (x86)
*

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0-only
/*
* Implement fast Fletcher4 using superscalar pipelines.
*

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0-only
/*
* Implement fast Fletcher4 using superscalar pipelines.
*