Bump to 1.11
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#if defined(_MSC_VER)
|
||||
#define ALWAYS_INLINE __forceinline
|
||||
#define __builtin_bswap16 _byteswap_ushort
|
||||
#else
|
||||
#define ALWAYS_INLINE inline __attribute__((__always_inline__))
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user