fix icc v14 warnings

This commit is contained in:
toddouska
2014-05-28 17:36:21 -07:00
parent fe88e925cd
commit e11dd9803a
6 changed files with 24 additions and 9 deletions

View File

@@ -45,6 +45,8 @@
#include <stdlib.h> /* get intrinsic definitions */
/* for non visual studio probably need no long version, 32 bit only
* i.e., _rotl and _rotr */
#pragma intrinsic(_lrotl, _lrotr)
STATIC INLINE word32 rotlFixed(word32 x, word32 y)