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

Side by Side Diff: test/simdjs/SimdJs.json

Issue 1308003003: Revert of [simd.js] Disable SIMD polyfill. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | test/simdjs/generate.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "flags": [ 2 "flags": [
3 "--harmony-object", 3 "--harmony-object",
4 "test/simdjs/harness-adapt.js" 4 "test/simdjs/harness-adapt.js"
5 ], 5 ],
6 "name": "SIMDJS", 6 "name": "SIMDJS",
7 "path": [ 7 "path": [
8 "../../" 8 "../../"
9 ], 9 ],
10 "resources": [ 10 "resources": [
11 "test/simdjs/data/src/benchmarks/base.js", 11 "test/simdjs/data/src/benchmarks/base.js",
12 "test/simdjs/data/src/ecmascript_simd.js",
12 "test/simdjs/harness-adapt.js", 13 "test/simdjs/harness-adapt.js",
13 "test/simdjs/harness-finish.js", 14 "test/simdjs/harness-finish.js",
14 "test/simdjs/data/src/benchmarks/kernel-template.js", 15 "test/simdjs/data/src/benchmarks/kernel-template.js",
15 "test/simdjs/data/src/benchmarks/averageFloat32x4.js", 16 "test/simdjs/data/src/benchmarks/averageFloat32x4.js",
16 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadFromInt8Array.js", 17 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadFromInt8Array.js",
17 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadX.js", 18 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadX.js",
18 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXY.js", 19 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXY.js",
19 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXYZ.js", 20 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXYZ.js",
20 "test/simdjs/data/src/benchmarks/matrix-multiplication.js", 21 "test/simdjs/data/src/benchmarks/matrix-multiplication.js",
21 "test/simdjs/data/src/benchmarks/transform.js", 22 "test/simdjs/data/src/benchmarks/transform.js",
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 }, 235 },
235 { 236 {
236 "name": "Non-SIMD" 237 "name": "Non-SIMD"
237 } 238 }
238 ] 239 ]
239 } 240 }
240 ], 241 ],
241 "timeout_arm": 240, 242 "timeout_arm": 240,
242 "timeout_arm64": 120, 243 "timeout_arm64": 120,
243 "units": "ms" 244 "units": "ms"
244 } 245 }
OLDNEW
« 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