From f193348ec5086619a4ffe4c08ebd7ef2dcc901b3 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 7 Mar 2024 07:07:42 +0000 Subject: Vectorize linspace and intersperse implementations linspace is 4 times faster and intersperse is 12-13 times faster. --- asconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'asconfig.json') diff --git a/asconfig.json b/asconfig.json index d530acf..999b96a 100644 --- a/asconfig.json +++ b/asconfig.json @@ -9,7 +9,7 @@ "release": { "outFile": "build/out.wasm", "textFile": "build/out.wat", - "sourceMap": true, + "sourceMap": false, "optimizeLevel": 3, "shrinkLevel": 0, "converge": false, @@ -17,6 +17,7 @@ } }, "options": { - "bindings": "raw" + "bindings": "raw", + "enable": ["simd"] } } \ No newline at end of file -- cgit v1.2.3