mirror of
https://github.com/facebook/zstd.git
synced 2025-12-08 00:03:24 -05:00
Add files via upload
This commit is contained in:
parent
f03192c122
commit
a4c8aa5e02
@ -27,6 +27,7 @@
|
|||||||
# define FORCE_INLINE_ATTR __attribute__((always_inline))
|
# define FORCE_INLINE_ATTR __attribute__((always_inline))
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
# define FORCE_INLINE_ATTR __forceinline
|
# define FORCE_INLINE_ATTR __forceinline
|
||||||
|
|
||||||
#else
|
#else
|
||||||
# define FORCE_INLINE_ATTR
|
# define FORCE_INLINE_ATTR
|
||||||
#endif
|
#endif
|
||||||
@ -38,6 +39,12 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
# define WIN_CDECL __cdecl
|
||||||
|
#else
|
||||||
|
# define WIN_CDECL
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* FORCE_INLINE_TEMPLATE is used to define C "templates", which take constant
|
* FORCE_INLINE_TEMPLATE is used to define C "templates", which take constant
|
||||||
* parameters. They must be inlined for the compiler to eliminate the constant
|
* parameters. They must be inlined for the compiler to eliminate the constant
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user