We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a2eb0 commit 6e3da34Copy full SHA for 6e3da34
tools/v8_gypfiles/v8.gyp
@@ -1605,7 +1605,13 @@
1605
'toolsets': ['host', 'target'],
1606
}],
1607
['OS=="win"', {
1608
- 'defines': ['X86_WINDOWS'],
+ 'conditions': [
1609
+ ['"<(target_arch)"=="arm64" and _toolset=="target"', {
1610
+ 'defines': ['CPU_NO_SIMD']
1611
+ }, {
1612
+ 'defines': ['X86_WINDOWS']
1613
+ }]
1614
+ ]
1615
1616
],
1617
'direct_dependent_settings': {
0 commit comments