From 6c1fc273f3b470ca4aff313ea9abaaab4e41f7b8 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 25 Oct 2005 15:55:06 +0000 Subject: Eliminate false preprocessor dependencies introduced with VOS support. --- crypto/md32_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/md32_common.h') diff --git a/crypto/md32_common.h b/crypto/md32_common.h index 0e625a8e55..2afe045c5d 100644 --- a/crypto/md32_common.h +++ b/crypto/md32_common.h @@ -288,6 +288,7 @@ # if defined(__GNUC__) && __GNUC__>=2 && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM) # if ((defined(__i386) || defined(__i386__)) && !defined(I386_ONLY)) || \ (defined(__x86_64) || defined(__x86_64__)) +# if !defined(B_ENDIAN) /* * This gives ~30-40% performance improvement in SHA-256 compiled * with gcc [on P4]. Well, first macro to be frank. We can pull @@ -300,6 +301,7 @@ # define HOST_l2c(l,c) ({ unsigned int r=(l); \ asm ("bswapl %0":"=r"(r):"0"(r)); \ *((unsigned int *)(c))=r; (c)+=4; r; }) +# endif # endif # endif #endif -- cgit v1.2.3