Bump to 1.11

This commit is contained in:
Vichingo455
2025-03-23 12:49:51 +01:00
parent 7ca9105b8d
commit 23ac8a27f0
65 changed files with 2470 additions and 3597 deletions

View File

@@ -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