Conversion to UTF-8 where needed
[openssl.git] / crypto / sha / asm / sha512-586.pl
index e96ec00314a486766e9f1ab1f813d3dadfe9dae6..2f6a202c37658c2cad5c51a5a47f0a8525ce2b80 100644 (file)
@@ -37,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