diff options
Diffstat (limited to 'src/lib/libcrypto/bn/asm/x86_64-gf2m.pl')
-rw-r--r-- | src/lib/libcrypto/bn/asm/x86_64-gf2m.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/asm/x86_64-gf2m.pl b/src/lib/libcrypto/bn/asm/x86_64-gf2m.pl index 3ecb425dad..24dacb1e9c 100644 --- a/src/lib/libcrypto/bn/asm/x86_64-gf2m.pl +++ b/src/lib/libcrypto/bn/asm/x86_64-gf2m.pl | |||
@@ -59,7 +59,7 @@ _mul_1x1: | |||
59 | sar \$63,$i0 # broadcast 62nd bit | 59 | sar \$63,$i0 # broadcast 62nd bit |
60 | lea (,$a1,4),$a4 | 60 | lea (,$a1,4),$a4 |
61 | and $b,$a | 61 | and $b,$a |
62 | sar \$63,$i1 # boardcast 61st bit | 62 | sar \$63,$i1 # broadcast 61st bit |
63 | mov $a,$hi # $a is $lo | 63 | mov $a,$hi # $a is $lo |
64 | shl \$63,$lo | 64 | shl \$63,$lo |
65 | and $b,$i0 | 65 | and $b,$i0 |