Commit afb64b0 1 parent 44e9317 commit afb64b0 Copy full SHA for afb64b0
File tree 1 file changed +1
-11
lines changed
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 19
19
'compress.c' ,
20
20
'contrib/optimizations/insert_string.h' ,
21
21
'cpu_features.c' ,
22
+ 'cpu_features.h' ,
22
23
'crc32.c' ,
23
24
'crc32.h' ,
24
25
'deflate.c' ,
85
86
'CRC32_SIMD_SSE42_PCLMUL' ,
86
87
],
87
88
'sources' : [
88
- 'cpu_features.c' ,
89
- 'cpu_features.h' ,
90
89
'crc32_simd.c' ,
91
90
'crc32_simd.h' ,
92
91
'crc_folding.c' ,
103
102
}]
104
103
],
105
104
}],
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
105
['arm_fpu=="neon"' , {
114
106
'defines' : [
115
107
'ADLER32_SIMD_NEON' ,
119
111
['OS!="ios"' , {
120
112
'defines' : [ 'CRC32_ARMV8_CRC32' ],
121
113
'sources' : [
122
- 'cpu_features.c' ,
123
- 'cpu_features.h' ,
124
114
'crc32_simd.c' ,
125
115
'crc32_simd.h' ,
126
116
],
You can’t perform that action at this time.
0 commit comments