We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e666da commit b30ab9fCopy full SHA for b30ab9f
include/turbopacking32.h
@@ -3,6 +3,9 @@
3
#define INCLUDE_TURBOPACKING32_H
4
#include <iso646.h> // mostly for Microsoft compilers
5
#include <stdint.h> // part of Visual Studio 2010 and better
6
+#ifndef UINT64_C
7
+#define UINT64_C(c) (c ## ULL)
8
+#endif
9
10
/** turbopacking32 starts here **/
11
/**
scripts/turbopacking32.py
@@ -19,7 +19,11 @@ def howmanybytes(bit):
19
20
21
""")
22
-
+print("""
23
24
25
26
+""")
27
print("""
28
29
0 commit comments