Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vectorized fletcher_4 must be 64-bit aligned
The fletcher_4_native() and fletcher_4_byteswap() functions may only safely use the vectorized implementations when the buffer is 64-bit aligned. Otherwise fallback to the scalar implementation. Signed-off-by: Brian Behlendorf <[email protected]> Issue openzfs#4330
- Loading branch information