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

Issue 23018009: Add add and subtract operations to Uint32x4 (Closed)

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

Description

Add add and subtract operations to Uint32x4 R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=26358

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -0 lines) Patch
M runtime/lib/simd128.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M runtime/lib/typed_data.dart View 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M sdk/lib/typed_data/dart2js/typed_data_dart2js.dart View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M sdk/lib/typed_data/typed_data.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M tests/lib/lib.status View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
A tests/lib/typed_data/uint32x4_arithmetic_test.dart View 1 1 chunk +99 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Cutch
7 years, 4 months ago (2013-08-19 21:24:15 UTC) #1
srdjan
https://codereview.chromium.org/23018009/diff/3001/runtime/lib/typed_data.dart File runtime/lib/typed_data.dart (right): https://codereview.chromium.org/23018009/diff/3001/runtime/lib/typed_data.dart#newcode2084 runtime/lib/typed_data.dart:2084: Uint32x4 operator +(Uint32x4 other) { Why go via a ...
7 years, 4 months ago (2013-08-19 21:45:23 UTC) #2
Cutch
https://codereview.chromium.org/23018009/diff/3001/runtime/lib/typed_data.dart File runtime/lib/typed_data.dart (right): https://codereview.chromium.org/23018009/diff/3001/runtime/lib/typed_data.dart#newcode2084 runtime/lib/typed_data.dart:2084: Uint32x4 operator +(Uint32x4 other) { On 2013/08/19 21:45:23, srdjan ...
7 years, 4 months ago (2013-08-19 21:58:25 UTC) #3
srdjan
lgtm
7 years, 4 months ago (2013-08-19 23:51:11 UTC) #4
Cutch
7 years, 4 months ago (2013-08-20 14:34:12 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r26358 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698