commit | bcb8b86711ddd60b72179adb8d30ab04676a1941 | [log] [tgz] |
---|---|---|
author | Milad Farazmand <miladfar@ca.ibm.com> | Wed Aug 05 20:05:42 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 06 16:00:48 2020 |
tree | 407122372ff8f307861b989449802b3c47c69514 | |
parent | d855a6aa03158734ea1b67bfa258e3dd899f209d [diff] |
PPC: [wasm-simd] Implement S8x16Swizzle Change-Id: I0362b4123ccce5d2709b1705453a32697581e526 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2339551 Reviewed-by: Junliang Yan <jyan@ca.ibm.com> Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com> Cr-Commit-Position: refs/heads/master@{#69279}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://v8.dev/docs
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned at v8.dev/docs/contribute.