Re: [PATCH v2 00/10] Optimize SHA256 and SHA512 for Intel x86_64 with SSSE3, AVX or AVX2 instructions

2013-04-02 Thread Herbert Xu
On Tue, Mar 26, 2013 at 01:58:39PM -0700, Tim Chen wrote: > Herbert, > > The following patch series provides optimized SHA256 and SHA512 routines > using the SSSE3, AVX or AVX2 instructions on x86_64 for Intel cpus. > Depending on cpu capabilities, speedup between 40% to 70% or more can be >

Re: [PATCH v2 00/10] Optimize SHA256 and SHA512 for Intel x86_64 with SSSE3, AVX or AVX2 instructions

2013-04-02 Thread Herbert Xu
On Tue, Mar 26, 2013 at 01:58:39PM -0700, Tim Chen wrote: Herbert, The following patch series provides optimized SHA256 and SHA512 routines using the SSSE3, AVX or AVX2 instructions on x86_64 for Intel cpus. Depending on cpu capabilities, speedup between 40% to 70% or more can be achieved

[PATCH v2 00/10] Optimize SHA256 and SHA512 for Intel x86_64 with SSSE3, AVX or AVX2 instructions

2013-03-26 Thread Tim Chen
Herbert, The following patch series provides optimized SHA256 and SHA512 routines using the SSSE3, AVX or AVX2 instructions on x86_64 for Intel cpus. Depending on cpu capabilities, speedup between 40% to 70% or more can be achieved over the generic SHA256 and SHA512 routines. Tim Version 2:

[PATCH v2 00/10] Optimize SHA256 and SHA512 for Intel x86_64 with SSSE3, AVX or AVX2 instructions

2013-03-26 Thread Tim Chen
Herbert, The following patch series provides optimized SHA256 and SHA512 routines using the SSSE3, AVX or AVX2 instructions on x86_64 for Intel cpus. Depending on cpu capabilities, speedup between 40% to 70% or more can be achieved over the generic SHA256 and SHA512 routines. Tim Version 2: