mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-06-13 01:05:07 +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
38468bbad6
commit
e4a2ab7c90
@ -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