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

Unified Diff: test/simdjs/SimdJs.json

Issue 1305923005: [simd.js] Disable SIMD polyfill. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Reopening issue, fix for performance tests. Created 5 years, 4 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
« no previous file with comments | « no previous file | test/simdjs/generate.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/simdjs/SimdJs.json
diff --git a/test/simdjs/SimdJs.json b/test/simdjs/SimdJs.json
index f4585a18c0ec5c1ca2b250fcb63c6c9dd3ad321b..878ef383465dc50f82ccdb79126d548a1462614e 100644
--- a/test/simdjs/SimdJs.json
+++ b/test/simdjs/SimdJs.json
@@ -1,6 +1,7 @@
{
"flags": [
"--harmony-object",
+ "--harmony-simd",
"test/simdjs/harness-adapt.js"
],
"name": "SIMDJS",
@@ -9,7 +10,6 @@
],
"resources": [
"test/simdjs/data/src/benchmarks/base.js",
- "test/simdjs/data/src/ecmascript_simd.js",
"test/simdjs/harness-adapt.js",
"test/simdjs/harness-finish.js",
"test/simdjs/data/src/benchmarks/kernel-template.js",
@@ -242,4 +242,4 @@
"timeout_arm": 480,
"timeout_arm64": 120,
"units": "ms"
-}
+}
« no previous file with comments | « no previous file | test/simdjs/generate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698