This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Float32x4, Float64x2 and Int32x4 runtime implementation as JSObject #43
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
and Int32x4Array data types, implement the SIMD operations on the Float32x4, Float64x2 and Int32x4 with C++ runtime functions and implement Float32x4Array, Float64x2Array and Int32x4Array element loading and storing. Conflicts: include/v8.h src/arm/assembler-arm.h src/hydrogen-instructions.cc src/ia32/assembler-ia32.h src/ia32/lithium-codegen-ia32.cc src/types.cc src/types.h src/x64/assembler-x64.h src/x64/lithium-codegen-x64.cc src/x64/lithium-x64.cc src/x64/lithium-x64.h
Change runtime implementations to JavaScript in simd128.js.
Testing patch series with 4d3c796 as its head.
|
@fenghaitao , @weilianglin, this is a new one against master. PTAL. Thanks. |
Trybot fails on wired coding style check. Actually, it is not coding style issue. The coding style check passes on my local system. |
I will close this one and send a new PR including crankshaft part. Thanks. |
mrunalk
pushed a commit
that referenced
this pull request
Apr 29, 2016
[email protected] BUG=chromium:605581 LOG=N NOTRY=true NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1916413002 Cr-Commit-Position: refs/branch-heads/5.0@{#43} Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1} Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
mrunalk
pushed a commit
that referenced
this pull request
May 20, 2016
mrunalk
pushed a commit
that referenced
this pull request
Jul 19, 2016
Merged 7614362 [turbofan] Set elements kind to holey if constructing array of possibly non-zero length. BUG=chromium:621147 LOG=N [email protected] Review URL: https://codereview.chromium.org/2131853002 . Cr-Commit-Position: refs/branch-heads/5.2@{#43} Cr-Branched-From: 2cd36d6-refs/heads/5.2.361@{#1} Cr-Branched-From: 3fef34e-refs/heads/master@{#36332}
mrunalk
pushed a commit
that referenced
this pull request
Sep 1, 2016
mrunalk
pushed a commit
that referenced
this pull request
Sep 27, 2016
…elements' kind while copying. Revision: aec5a80 NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true [email protected] BUG= Review URL: https://codereview.chromium.org/2334163002 . Cr-Commit-Position: refs/branch-heads/5.4@{#43} Cr-Branched-From: 5ce2827-refs/heads/5.4.500@{#2} Cr-Branched-From: ad07b49-refs/heads/master@{#38841}
imreotto
pushed a commit
to tenta-browser/v8-crosswalk
that referenced
this pull request
Sep 4, 2017
Revision: 835b71e BUG=chromium:714819 LOG=N NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true [email protected] Change-Id: I4850e692cf5dd09c6dd8f5c9a1328c4d2a06999a Reviewed-on: https://chromium-review.googlesource.com/502008 Reviewed-by: Aleksey Kozyatinskiy <[email protected]> Commit-Queue: Aleksey Kozyatinskiy <[email protected]> Cr-Commit-Position: refs/branch-heads/5.9@{crosswalk-project#43} Cr-Branched-From: fe9bb7e-refs/heads/5.9.211@{crosswalk-project#1} Cr-Branched-From: 70ad237-refs/heads/master@{#44591}
asifhisam
pushed a commit
to asifhisam/v8-crosswalk
that referenced
this pull request
Sep 9, 2019
… marked as escaped Revision: 0cfd2fe BUG=chromium:699251 LOG=N NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true [email protected] Review-Url: https://codereview.chromium.org/2772273002 Cr-Commit-Position: refs/branch-heads/5.8@{crosswalk-project#43} Cr-Branched-From: eda659c-refs/heads/5.8.283@{crosswalk-project#1} Cr-Branched-From: 4310cd0-refs/heads/master@{#43429}
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.