added simdX86

This commit is contained in:
James Osborn 2018-04-01 01:20:22 -05:00
parent 54e47545f0
commit 695d0b50d0

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"
}
]