Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Float32x4, Float64x2 and Int32x4 runtime implementation as JSObject #43

Closed
wants to merge 2 commits into from

Conversation

huningxin
Copy link
Contributor

No description provided.

fenghaitao and others added 2 commits July 22, 2014 09:48
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.
@crosswalk-trybot
Copy link

Testing patch series with 4d3c796 as its head.

Bot Status
V8 Linux ARM [FAILED 💔](https://build.crosswalk-project.org/try/builders/V8 Linux ARM/builds/10)
V8 Linux x64 [FAILED 💔](https://build.crosswalk-project.org/try/builders/V8 Linux x64/builds/11)
V8 Linux ia32 [FAILED 💔](https://build.crosswalk-project.org/try/builders/V8 Linux ia32/builds/10)

@huningxin
Copy link
Contributor Author

@fenghaitao , @weilianglin, this is a new one against master. PTAL. Thanks.

@huningxin
Copy link
Contributor Author

Trybot fails on wired coding style check. Actually, it is not coding style issue. The coding style check passes on my local system.

@huningxin
Copy link
Contributor Author

I will close this one and send a new PR including crankshaft part. Thanks.

@huningxin huningxin closed this Jul 24, 2014
mrunalk pushed a commit that referenced this pull request Apr 29, 2016
R=jkummerow@chromium.org
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
Cr-Commit-Position: refs/branch-heads/5.1@{#43}
Cr-Branched-From: 167dc63-refs/heads/5.1.281@{#1}
Cr-Branched-From: 03953f5-refs/heads/master@{#35282}
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
R=jkummerow@chromium.org

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
Cr-Commit-Position: refs/branch-heads/5.3@{#43}
Cr-Branched-From: 820a23a-refs/heads/5.3.332@{#2}
Cr-Branched-From: 37538cb-refs/heads/master@{#37308}
mrunalk pushed a commit that referenced this pull request Sep 27, 2016
…elements' kind while copying.

Revision: aec5a80

NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
R=ishell@chromium.org
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
R=kozyatinskiy@chromium.org

Change-Id: I4850e692cf5dd09c6dd8f5c9a1328c4d2a06999a
Reviewed-on: https://chromium-review.googlesource.com/502008
Reviewed-by: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
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
TBR=bmeurer@chromium.org

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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants