re-enable FORCE_INLINE
authorYann Collet <cyan@fb.com>
Wed, 17 Apr 2019 22:33:37 +0000 (15:33 -0700)
committerYann Collet <cyan@fb.com>
Wed, 17 Apr 2019 22:33:37 +0000 (15:33 -0700)
was disabled for tests

lib/lz4.c

index 2f8aa04..c38932e 100644 (file)
--- a/lib/lz4.c
+++ b/lib/lz4.c
 #  endif  /* _MSC_VER */
 #endif /* LZ4_FORCE_INLINE */
 
-#undef LZ4_FORCE_INLINE
-#define LZ4_FORCE_INLINE static /* disable */
-
 /* LZ4_FORCE_O2_GCC_PPC64LE and LZ4_FORCE_O2_INLINE_GCC_PPC64LE
  * Gcc on ppc64le generates an unrolled SIMDized loop for LZ4_wildCopy,
  * together with a simple 8-byte copy loop as a fall-back path.