aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweiyan <marquisthunder@gmail.com>2019-09-08 23:13:05 +0800
committerMiran <narimiran@disroot.org>2019-09-08 17:13:05 +0200
commit9be2ceb2f68a8585dc981fae3e4203bc31bc2764 (patch)
treeb84f8578e47d9934641e8e2178135c717a9119bc
parent98f305fd1e5aee08a6031897bca676f4492a8ccf (diff)
downloadpackages-9be2ceb2f68a8585dc981fae3e4203bc31bc2764.tar.gz
packages-9be2ceb2f68a8585dc981fae3e4203bc31bc2764.zip
Added package laser (#1162)
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index ca257b7..abd40a8 100644
--- a/packages.json
+++ b/packages.json
@@ -14229,5 +14229,17 @@
"description": "Mathematical numerical named static constants useful for different disciplines",
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-constants"
+ },
+ {
+ "name": "laser",
+ "url": "https://github.com/numforge/laser",
+ "method": "git",
+ "tags": [
+ "parallel",
+ "simd"
+ ],
+ "description": "High Performance Computing and Image Toolbox: SIMD, JIT Assembler, OpenMP, runtime CPU feature detection, optimised machine learning primitives",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/numforge/laser"
}
]