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

Issue 24240020: Cleanup bit casting methods between SIMD types (Closed)

Created:
7 years, 3 months ago by Cutch
Modified:
7 years, 3 months ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Cleanup bit casting methods between SIMD types R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=27827

Patch Set 1 #

Total comments: 14

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -77 lines) Patch
M runtime/lib/simd128.cc View 1 4 chunks +12 lines, -12 lines 0 comments Download
M runtime/lib/typed_data.dart View 1 6 chunks +10 lines, -8 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 3 chunks +2 lines, -2 lines 0 comments Download
runtime/vm/flow_graph_optimizer.cc View 1 4 chunks +12 lines, -28 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M sdk/lib/typed_data/dart2js/typed_data_dart2js.dart View 4 chunks +17 lines, -12 lines 0 comments Download
M sdk/lib/typed_data/typed_data.dart View 4 chunks +2 lines, -6 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M tests/lib/typed_data/float32x4_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Cutch
7 years, 3 months ago (2013-09-23 21:37:47 UTC) #1
zra
lgtm with small fixes. https://codereview.chromium.org/24240020/diff/1/runtime/lib/simd128.cc File runtime/lib/simd128.cc (right): https://codereview.chromium.org/24240020/diff/1/runtime/lib/simd128.cc#newcode45 runtime/lib/simd128.cc:45: DEFINE_NATIVE_ENTRY(Float32x4_fromUint32x4bits, 2) { Float32x4_fromUint32x4Bits with ...
7 years, 3 months ago (2013-09-24 00:29:09 UTC) #2
Cutch
https://codereview.chromium.org/24240020/diff/1/runtime/lib/simd128.cc File runtime/lib/simd128.cc (right): https://codereview.chromium.org/24240020/diff/1/runtime/lib/simd128.cc#newcode45 runtime/lib/simd128.cc:45: DEFINE_NATIVE_ENTRY(Float32x4_fromUint32x4bits, 2) { On 2013/09/24 00:29:09, zra wrote: > ...
7 years, 3 months ago (2013-09-24 16:00:05 UTC) #3
Cutch
7 years, 3 months ago (2013-09-24 16:23:54 UTC) #4
Message was sent while issue was closed.
Committed patchset #8 manually as r27827 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698