mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-06-10 15:54:57 +03:00
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:
parent
ff28d9fc6f
commit
9fd7401d75
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0-only
|
||||
/*
|
||||
* Implement fast Fletcher4 with NEON instructions. (aarch64)
|
||||
*
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0-only
|
||||
/*
|
||||
* Implement fast Fletcher4 with AVX2 instructions. (x86_64)
|
||||
*
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0-only
|
||||
/*
|
||||
* Implement fast Fletcher4 with SSE2,SSSE3 instructions. (x86)
|
||||
*
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0-only
|
||||
/*
|
||||
* Implement fast Fletcher4 using superscalar pipelines.
|
||||
*
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0-only
|
||||
/*
|
||||
* Implement fast Fletcher4 using superscalar pipelines.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user