Codebase list libcryptx-perl / f6ef6fe
update libtomcrypt to devel/354c9051 2019-10-20 12:45:51 +0200 Karel Miko 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
377377 #define ROR64c(x,n) ROR64(x,n)
378378 #define ROL64c(x,n) ROL64(x,n)
379379
380 #elif !defined(__STRICT_ANSI__) && defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) && !defined(INTEL_CC) && !defined(LTC_NO_ASM)
380 #elif !defined(__STRICT_ANSI__) && defined(__GNUC__) && defined(__x86_64__) && !defined(INTEL_CC) && !defined(LTC_NO_ASM)
381381
382382 static inline ulong64 ROL64(ulong64 word, int i)
383383 {