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 44e9317 commit afb64b0Copy full SHA for afb64b0
deps/zlib/zlib.gyp
@@ -19,6 +19,7 @@
19
'compress.c',
20
'contrib/optimizations/insert_string.h',
21
'cpu_features.c',
22
+ 'cpu_features.h',
23
'crc32.c',
24
'crc32.h',
25
'deflate.c',
@@ -85,8 +86,6 @@
85
86
'CRC32_SIMD_SSE42_PCLMUL',
87
],
88
'sources': [
- 'cpu_features.c',
89
- 'cpu_features.h',
90
'crc32_simd.c',
91
'crc32_simd.h',
92
'crc_folding.c',
@@ -103,13 +102,6 @@
103
102
}]
104
105
}],
106
- ['target_arch in "arm64" and OS=="win"', {
107
- 'defines': [
108
- 'ARMV8_OS_WINDOWS',
109
- '__ARM_NEON',
110
- ],
111
- 'sources': ['cpu_features.c'],
112
- }],
113
['arm_fpu=="neon"', {
114
'defines': [
115
'ADLER32_SIMD_NEON',
@@ -119,8 +111,6 @@
119
['OS!="ios"', {
120
'defines': [ 'CRC32_ARMV8_CRC32' ],
121
122
123
124
125
126
116
0 commit comments