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

Unified Diff: sdk/lib/html/dart2js/html_dart2js.dart

Issue 14531008: Added SIMD stubs for dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/html/dart2js/html_dart2js.dart
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
index 92003f000e6901131275da380c361aa7ea0eb7c2..239042d262fe805691439974550c3d5672e2048f 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -29542,6 +29542,7 @@ class _LocationWrapper implements Location {
class Platform {
static final supportsTypedData = JS('bool', '!!(window.ArrayBuffer)');
+ static final supportsSimd = false;
blois 2013/04/29 22:01:01 Can you add doc comments for this?
vsm 2013/04/29 23:55:39 Done.
}
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | sdk/lib/typed_data/dart2js/typed_data_dart2js.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698