diff options
Diffstat (limited to 'src/lib/libssl/src/crypto/bn/asm/ia64.S')
-rw-r--r-- | src/lib/libssl/src/crypto/bn/asm/ia64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/crypto/bn/asm/ia64.S b/src/lib/libssl/src/crypto/bn/asm/ia64.S index 7c4fbd3118..0cf805ddc4 100644 --- a/src/lib/libssl/src/crypto/bn/asm/ia64.S +++ b/src/lib/libssl/src/crypto/bn/asm/ia64.S | |||
@@ -422,7 +422,7 @@ bn_mul_add_words: | |||
422 | 422 | ||
423 | // This loop spins in 3*(n+10) ticks on Itanium and in 2*(n+10) on | 423 | // This loop spins in 3*(n+10) ticks on Itanium and in 2*(n+10) on |
424 | // Itanium 2. Yes, unlike previous versions it scales:-) Previous | 424 | // Itanium 2. Yes, unlike previous versions it scales:-) Previous |
425 | // version was peforming *all* additions in IALU and was starving | 425 | // version was performing *all* additions in IALU and was starving |
426 | // for those even on Itanium 2. In this version one addition is | 426 | // for those even on Itanium 2. In this version one addition is |
427 | // moved to FPU and is folded with multiplication. This is at cost | 427 | // moved to FPU and is folded with multiplication. This is at cost |
428 | // of propogating the result from previous call to this subroutine | 428 | // of propogating the result from previous call to this subroutine |