{aes-armv4|bsaes-armv7|sha256-armv4}.pl: make it work with binutils-2.29
[openssl.git] / crypto / sha / asm / sha512-586.pl
index 9fc792964f48c69286c53c335cc894c437c4492c..2f6a202c37658c2cad5c51a5a47f0a8525ce2b80 100644 (file)
@@ -28,6 +28,7 @@
 # Bulldozer    121     -       50      14.0    13.5
 # VIA Nano     91      -       52      33      14.7
 # Atom         126     -       68      48(***) 14.7
+# Silvermont   97      -       58      42(***) 17.5
 #
 # (*)  whichever best applicable.
 # (**) x86_64 assembler performance is presented for reference
@@ -36,7 +37,7 @@
 #
 # IALU code-path is optimized for elder Pentiums. On vanilla Pentium
 # performance improvement over compiler generated code reaches ~60%,
-# while on PIII - ~35%. On newer µ-archs improvement varies from 15%
+# while on PIII - ~35%. On newer Âµ-archs improvement varies from 15%
 # to 50%, but it's less important as they are expected to execute SSE2
 # code-path, which is commonly ~2-3x faster [than compiler generated
 # code]. SSE2 code-path is as fast as original sha512-sse2.pl, even