Merge pull request #693 from davidgarland/add-sol2237

Add package sol
This commit is contained in:
Dominik Picheta 2018-03-30 14:17:53 +01:00 committed by GitHub
commit 54e47545f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8807,5 +8807,23 @@
"description": "Typelists in Nim",
"license": "MIT",
"web": "https://github.com/yglukhov/typelists"
},
{
"name": "sol",
"url": "https://github.com/davidgarland/sol",
"method": "git",
"tags": [
"c99",
"c11",
"c",
"vector",
"simd",
"avx",
"avx2",
"neon"
],
"description": "A SIMD-accelerated vector library written in C99 with Nim bindings.",
"license": "MIT",
"web": "https://github.com/davidgarland/sol"
}
]