Certain files must be removed before generating them, in case they point
[oweals/openssl.git] / PROBLEMS
index 56bc73816b352a74849a9d1e985cae8968a2f55f..4bf31303be998a94a9b4044801ed443cdc725208 100644 (file)
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -62,3 +62,11 @@ What happens is that gcc might optimize a little too agressively, and
 you end up with an extra incrementation when *header != '4'.
 
 We recommend that you upgrade gcc to as high a 3.x version as you can.
+
+* solaris64-sparcv9-cc SHA-1 performance with WorkShop 6 compiler.
+
+As subject suggests SHA-1 might perform poorly (4 times slower)
+if compiled with WorkShop 6 compiler and -xarch=v9. The cause for
+this seems to be the fact that compiler emits multiplication to
+perform shift operations:-( To work the problem around configure
+with './Configure solaris64-sparcv9-cc -DMD32_REG_T=int'.