Skip to content

Commit

Permalink
deps: include cpu_features.h to root sources
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Oct 31, 2022
1 parent 44e9317 commit afb64b0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions deps/zlib/zlib.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'compress.c',
'contrib/optimizations/insert_string.h',
'cpu_features.c',
'cpu_features.h',
'crc32.c',
'crc32.h',
'deflate.c',
Expand Down Expand Up @@ -85,8 +86,6 @@
'CRC32_SIMD_SSE42_PCLMUL',
],
'sources': [
'cpu_features.c',
'cpu_features.h',
'crc32_simd.c',
'crc32_simd.h',
'crc_folding.c',
Expand All @@ -103,13 +102,6 @@
}]
],
}],
['target_arch in "arm64" and OS=="win"', {
'defines': [
'ARMV8_OS_WINDOWS',
'__ARM_NEON',
],
'sources': ['cpu_features.c'],
}],
['arm_fpu=="neon"', {
'defines': [
'ADLER32_SIMD_NEON',
Expand All @@ -119,8 +111,6 @@
['OS!="ios"', {
'defines': [ 'CRC32_ARMV8_CRC32' ],
'sources': [
'cpu_features.c',
'cpu_features.h',
'crc32_simd.c',
'crc32_simd.h',
],
Expand Down

0 comments on commit afb64b0

Please sign in to comment.