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 28f729b commit 217525aCopy full SHA for 217525a
src/native/external/zlib-ng/functable.c
@@ -3,6 +3,10 @@
3
* For conditions of distribution and use, see copyright notice in zlib.h
4
*/
5
6
+#if defined(_MSC_VER)
7
+# include <intrin.h>
8
+#endif
9
+
10
#include "zbuild.h"
11
#include "zendian.h"
12
#include "crc32_braid_p.h"
@@ -11,10 +15,6 @@
15
#include "functable.h"
16
#include "cpu_features.h"
13
17
14
-#if defined(_MSC_VER)
-# include <intrin.h>
-#endif
-
18
/* Platform has pointer size atomic store */
19
#if defined(__GNUC__) || defined(__clang__)
20
# define FUNCTABLE_ASSIGN(VAR, FUNC_NAME) \
0 commit comments