Merge pull request #695 from jcosborn/simdX86

added simdX86
This commit is contained in:
Dominik Picheta 2018-04-01 12:32:47 +01:00 committed by GitHub
commit 74713c2162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8825,5 +8825,16 @@
"description": "A SIMD-accelerated vector library written in C99 with Nim bindings.",
"license": "MIT",
"web": "https://github.com/davidgarland/sol"
},
{
"name": "simdX86",
"url": "https://github.com/nimlibs/simdX86",
"method": "git",
"tags": [
"simd"
],
"description": "Wrappers for X86 SIMD intrinsics",
"license": "MIT",
"web": "https://github.com/nimlibs/simdX86"
}
]