We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e64572 commit fb56668Copy full SHA for fb56668
tools/v8_gypfiles/v8.gyp
@@ -496,6 +496,7 @@
496
'v8_initializers',
497
'v8_libplatform',
498
'abseil.gyp:abseil',
499
+ 'fp16',
500
]
501
}, {
502
'dependencies': [
@@ -509,6 +510,7 @@
509
510
511
512
513
514
515
}],
516
['OS=="win" and clang==1', {
@@ -532,9 +534,6 @@
532
534
},
533
535
],
536
- ['OS in "aix os400"', {
- 'dependencies': ['fp16'],
537
- }],
538
539
}, # v8_snapshot
540
{
0 commit comments