Merge pull request #430 from terrelln/exec-sequences

ZSTD_execSequence() accepts match in last 7 bytes
This commit is contained in:
Yann Collet
2016-10-28 10:45:05 -07:00
committed by GitHub
2 changed files with 59 additions and 1 deletions
+10
View File
@@ -31,6 +31,16 @@
# endif /* __STDC_VERSION__ */
#endif
#ifdef _MSC_VER
# define FORCE_NOINLINE static __declspec(noinline)
#else
# ifdef __GNUC__
# define FORCE_NOINLINE static __attribute__((__noinline__))
# else
# define FORCE_NOINLINE static
# endif
#endif
/*-*************************************
* Dependencies