Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Issue 19646005: Add two argument shuffle operations to Float32x4 (Closed)

Created:
7 years, 5 months ago by Cutch
Modified:
7 years, 5 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add two argument shuffle operations to Float32x4 R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=25443

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -0 lines) Patch
M runtime/lib/simd128.cc View 1 2 1 chunk +55 lines, -0 lines 0 comments Download
M runtime/lib/typed_data.dart View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M sdk/lib/typed_data/typed_data.dart View 1 1 chunk +20 lines, -0 lines 0 comments Download
A tests/lib/typed_data/float32x4_two_arg_shuffle_test.dart View 1 1 chunk +69 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Cutch
Opinions on method names?
7 years, 5 months ago (2013-07-22 21:35:38 UTC) #1
zra
On 2013/07/22 21:35:38, Cutch wrote: > Opinions on method names? The alternating cases of the ...
7 years, 5 months ago (2013-07-22 21:45:03 UTC) #2
Cutch
On 2013/07/22 21:45:03, zra wrote: > On 2013/07/22 21:35:38, Cutch wrote: > > Opinions on ...
7 years, 5 months ago (2013-07-22 22:33:44 UTC) #3
srdjan
lgtm https://codereview.chromium.org/19646005/diff/4001/runtime/lib/simd128.cc File runtime/lib/simd128.cc (right): https://codereview.chromium.org/19646005/diff/4001/runtime/lib/simd128.cc#newcode245 runtime/lib/simd128.cc:245: DEFINE_NATIVE_ENTRY(Float32x4_withZwInXy, 2) { I would sync the name ...
7 years, 5 months ago (2013-07-24 18:08:31 UTC) #4
Cutch
https://codereview.chromium.org/19646005/diff/4001/runtime/lib/simd128.cc File runtime/lib/simd128.cc (right): https://codereview.chromium.org/19646005/diff/4001/runtime/lib/simd128.cc#newcode245 runtime/lib/simd128.cc:245: DEFINE_NATIVE_ENTRY(Float32x4_withZwInXy, 2) { On 2013/07/24 18:08:31, srdjan wrote: > ...
7 years, 5 months ago (2013-07-24 21:20:18 UTC) #5
Cutch
7 years, 5 months ago (2013-07-24 21:29:52 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r25443 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698