We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f89da3 commit bf307d8Copy full SHA for bf307d8
lib/update-v8/constants.js
@@ -34,6 +34,10 @@ const abseilIgnore = `!/third_party/abseil-cpp
34
/third_party/abseil-cpp/.github
35
/third_party/abseil-cpp/ci`;
36
37
+const fp16Ignore = `!/third_party/fp16
38
+/third_party/fp16/src/*
39
+!/third_party/fp16/src/include`;
40
+
41
export const v8Deps = [
42
{
43
name: 'trace_event',
@@ -92,5 +96,11 @@ export const v8Deps = [
92
96
repo: 'third_party/abseil-cpp',
93
97
gitignore: abseilIgnore,
94
98
since: 121
99
+ },
100
+ {
101
+ name: 'fp16',
102
+ repo: 'third_party/fp16/src',
103
+ gitignore: fp16Ignore,
104
+ since: 124
95
105
}
106
];
0 commit comments