04 Feb, 2015

1 commit


13 Dec, 2012

2 commits

  • sse and avx2 stuff only exist on x86 arch, and we don't need to build
    altivec on x86. And we can do that at lib/raid6/Makefile.

    Proposed-by: H. Peter Anvin
    Signed-off-by: Yuanhan Liu
    Reviewed-by: H. Peter Anvin
    Signed-off-by: Jim Kukunas
    Signed-off-by: NeilBrown

    Yuanhan Liu
     
  • Optimize RAID6 recovery functions to take advantage of
    the 256-bit YMM integer instructions introduced in AVX2.

    The patch was tested and benchmarked before submission.
    However hardware is not yet released so benchmark numbers
    cannot be reported.

    Acked-by: "H. Peter Anvin"
    Signed-off-by: Jim Kukunas
    Signed-off-by: NeilBrown

    Jim Kukunas