kmillikin@google.com
|
4f80ef09df
|
Change Bool::Get to return a handle instead of a pointer to a raw object.
Replace occurrences of 'expr ? Bool::True() : Bool::False()' with simply
'Bool::Get(expr)' and analogously for its negation. The pointer to the raw
object can still be extracted with 'Bool::Get(expr).raw()'.
R=iposva@google.com, srdjan@google.com
Review URL: https://codereview.chromium.org//23480005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26770 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-28 08:38:56 +00:00 |
|
johnmccutchan@google.com
|
6d11a8fa15
|
Add signMask getter to Float32x4
R=srdjan@google.com, zra@google.com
Review URL: https://codereview.chromium.org//22947006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26394 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-20 21:35:53 +00:00 |
|
jacobr@google.com
|
605b33c1bc
|
fix cpp11 compile errors
R=asiva@google.com
Review URL: https://codereview.chromium.org//23072026
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26387 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-20 20:24:11 +00:00 |
|
johnmccutchan@google.com
|
7c1e9d8298
|
Add add and subtract operations to Uint32x4
R=srdjan@google.com
Review URL: https://codereview.chromium.org//23018009
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26358 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-20 14:34:06 +00:00 |
|
johnmccutchan@google.com
|
f05ee4985a
|
Replace shuffle getters with shuffle method and masks.
BUG=
R=asiva@google.com
Review URL: https://codereview.chromium.org//23134002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26278 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-16 16:19:18 +00:00 |
|
johnmccutchan@google.com
|
cebd147b39
|
Add two argument shuffle operations to Float32x4
R=srdjan@google.com
Review URL: https://codereview.chromium.org//19646005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25443 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-24 21:29:45 +00:00 |
|
johnmccutchan@google.com
|
522a7ef504
|
Add all 256 shuffle methods to Float32x4
R=srdjan@google.com
Review URL: https://codereview.chromium.org//19564014
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25227 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-19 17:03:09 +00:00 |
|
johnmccutchan@google.com
|
df712e164e
|
Inline Float32x4 constructors
Review URL: https://codereview.chromium.org//13936009
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22055 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-25 22:03:05 +00:00 |
|
johnmccutchan@google.com
|
2e216391f3
|
Simd128Float32, Simd128Mask, and Simd128Float32List additions for dart:scalarlist
Review URL: https://codereview.chromium.org//12303013
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19001 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-02-25 21:12:50 +00:00 |
|