diff --git a/crypto/bn/asm/rsaz-avx2.pl b/crypto/bn/asm/rsaz-avx2.pl index 5562d691..60c4ca23 100755 --- a/crypto/bn/asm/rsaz-avx2.pl +++ b/crypto/bn/asm/rsaz-avx2.pl @@ -84,8 +84,8 @@ die "can't locate x86_64-xlate.pl"; # output, so this isn't useful anyway. # # TODO(davidben): Enable these after testing. $avx goes up to 2 and $addx to 1. -$avx = 0; -$addx = 0; +$avx = 2; +$addx = 1; open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\""; *STDOUT = *OUT;