Skip to content

Commit bf307d8

Browse files
authored
feat: add fp16 to V8 deps (#775)
Refs: v8/v8@6196de8 Refs: v8/v8@8fcd3f8
1 parent 7f89da3 commit bf307d8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lib/update-v8/constants.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ const abseilIgnore = `!/third_party/abseil-cpp
3434
/third_party/abseil-cpp/.github
3535
/third_party/abseil-cpp/ci`;
3636

37+
const fp16Ignore = `!/third_party/fp16
38+
/third_party/fp16/src/*
39+
!/third_party/fp16/src/include`;
40+
3741
export const v8Deps = [
3842
{
3943
name: 'trace_event',
@@ -92,5 +96,11 @@ export const v8Deps = [
9296
repo: 'third_party/abseil-cpp',
9397
gitignore: abseilIgnore,
9498
since: 121
99+
},
100+
{
101+
name: 'fp16',
102+
repo: 'third_party/fp16/src',
103+
gitignore: fp16Ignore,
104+
since: 124
95105
}
96106
];

0 commit comments

Comments
 (0)