Searched hist:"65 df57743924c3d13e1fa1bcf5bf70fe874fcdfd" (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | sha1_ssse3_asm.S | diff 65df57743924c3d13e1fa1bcf5bf70fe874fcdfd Thu May 24 11:13:42 CEST 2012 Mathias Krause <minipli@googlemail.com> crypto: sha1 - use Kbuild supplied flags for AVX test
Commit ea4d26ae ("raid5: add AVX optimized RAID5 checksumming") introduced x86/ arch wide defines for AFLAGS and CFLAGS indicating AVX support in binutils based on the same test we have in x86/crypto/ right now. To minimize duplication drop our implementation in favour to the one in x86/.
Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | sha1_ssse3_glue.c | diff 65df57743924c3d13e1fa1bcf5bf70fe874fcdfd Thu May 24 11:13:42 CEST 2012 Mathias Krause <minipli@googlemail.com> crypto: sha1 - use Kbuild supplied flags for AVX test
Commit ea4d26ae ("raid5: add AVX optimized RAID5 checksumming") introduced x86/ arch wide defines for AFLAGS and CFLAGS indicating AVX support in binutils based on the same test we have in x86/crypto/ right now. To minimize duplication drop our implementation in favour to the one in x86/.
Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | Makefile | diff 65df57743924c3d13e1fa1bcf5bf70fe874fcdfd Thu May 24 11:13:42 CEST 2012 Mathias Krause <minipli@googlemail.com> crypto: sha1 - use Kbuild supplied flags for AVX test
Commit ea4d26ae ("raid5: add AVX optimized RAID5 checksumming") introduced x86/ arch wide defines for AFLAGS and CFLAGS indicating AVX support in binutils based on the same test we have in x86/crypto/ right now. To minimize duplication drop our implementation in favour to the one in x86/.
Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|