We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adcebfd commit 46acca1Copy full SHA for 46acca1
tools/v8_gypfiles/v8.gyp
@@ -1642,7 +1642,13 @@
1642
'toolsets': ['host', 'target'],
1643
}],
1644
['OS=="win"', {
1645
- 'defines': ['X86_WINDOWS'],
+ 'conditions': [
1646
+ ['"<(target_arch)"=="arm64" and _toolset=="target"', {
1647
+ 'defines': ['CPU_NO_SIMD']
1648
+ }, {
1649
+ 'defines': ['X86_WINDOWS']
1650
+ }]
1651
+ ]
1652
1653
],
1654
'direct_dependent_settings': {
0 commit comments