Skip to content

Commit 8188c49

Browse files
robnlowjoel
authored andcommitted
crypto_test: include AVX2 GCM implementation in tests
Signed-off-by: Rob Norris <[email protected]>
1 parent d909add commit 8188c49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/zfs-tests/cmd/crypto_test.c

+2
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,8 @@ static const char *aes_gcm_impl[][2] = {
529529
{ "aesni", "pclmulqdq" },
530530
{ "x86_64", "avx" },
531531
{ "aesni", "avx" },
532+
{ "x86_64", "avx2" },
533+
{ "aesni", "avx2" },
532534
};
533535

534536
/* signature of function to call after setting implementation params */

0 commit comments

Comments
 (0)