Conversion to UTF-8 where needed
[oweals/openssl.git] / crypto / sha / asm / sha512-586.pl
index 7eab6a5b88b245e85b96e08a4e85bec7ea1220ad..9f8c51eb54c07d649814ec4911070b187264bb25 100644 (file)
@@ -23,7 +23,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