VV8 LUCI CQUpdate OWNERS files
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Implement Float16Array, Math.f16round, and related DataView The half-precision floating point after the machine representation layer depends on the machine architecture. Hence, represents the half-precision floating point as uint16 with software conversion from third_party/fp16. Deoptimize Maglev and Turbofan until there is machine-level support. Proposal: https://github.com/tc39/proposal-float16array Bug: v8:14012 Change-Id: I10316cf8b67cd54a2cd7dedc6e3e368448be2559 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5082566 Reviewed-by: Camillo Bruni <cbruni@chromium.org> Reviewed-by: Toon Verwaest <verwaest@chromium.org> Reviewed-by: Darius Mercadier <dmercadier@chromium.org> Commit-Queue: Seokho Song <seokho@chromium.org> Reviewed-by: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/heads/main@{#92631} | 2 年前 | |
Update OWNERS files Overall: - Remove adamk - Remove syg test/test262/OWNERS: - Add olivf - Add rezvan third_party/v8/codegen/OWNERS: - Add gdeepti Change-Id: I0d72f60050a688ad5ec46ae4733c98ec323c9539 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6695598 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Olivier Flückiger <olivf@chromium.org> Cr-Commit-Position: refs/heads/main@{#101239} | 1 年前 | |
[csa] Rename Float16T to Float16RawBitsT With Wasm fp16 adding an actual float16 representation, rename Float16T, which is really a uint16, to Float16RawBitsT to distinguish it from actual float16 representations on machines that support it. Bug: 42203953 Change-Id: Ifb858a12a13914f164d5f3f35c131df15d6d5029 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5996192 Auto-Submit: Shu-yu Guo <syg@chromium.org> Reviewed-by: Deepti Gandluri <gdeepti@chromium.org> Commit-Queue: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/heads/main@{#96992} | 1 年前 |