Replace intrinsic ROTATE macros with an inline.
authorbcook <bcook@openbsd.org>
Tue, 12 Aug 2014 15:02:52 +0000 (15:02 +0000)
committerbcook <bcook@openbsd.org>
Tue, 12 Aug 2014 15:02:52 +0000 (15:02 +0000)
commitd8655cf92797fb8b6fa628d120dcb2b9a1c2bd36
treee578180446881c66e8b7bb9cdaa82907dda79e14
parent247e78d2b99f5d6d6137f0983ade1b6d55189a8a
Replace intrinsic ROTATE macros with an inline.

Without the cast/mask, the compiler is allowed to optimize this directly
to the correct CPU intrinsic for rotate.
lib/libcrypto/md32_common.h
lib/libssl/src/crypto/md32_common.h