add package nimsimd (#1730)

This commit is contained in:
Ryan Oldenburg 2020-12-01 02:48:54 -06:00 committed by GitHub
parent 555881bc61
commit 9c6b274704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20556,6 +20556,19 @@
"license": "MIT",
"web": "https://github.com/Vindaar/LatexDSL"
},
{
"name": "nimsimd",
"url": "https://github.com/guzba/nimsimd",
"method": "git",
"tags": [
"simd",
"sse",
"avx"
],
"description": "Pleasant Nim bindings for SIMD instruction sets",
"license": "MIT",
"web": "https://github.com/guzba/nimsimd"
},
{
"name": "rnim",
"url": "https://github.com/SciNim/rnim",