mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 14:13:05 +00:00
add mmops (#3095)
This commit is contained in:
parent
23da88789c
commit
97cc249196
@ -35961,5 +35961,19 @@
|
||||
"description": "pgvector support for Nim",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/pgvector/pgvector-nim"
|
||||
},
|
||||
{
|
||||
"name": "mmops",
|
||||
"url": "https://github.com/capocasa/mmops",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"simd",
|
||||
"avx2",
|
||||
"vector",
|
||||
"math"
|
||||
],
|
||||
"description": "Zero-cost typed SIMD operations for Nim using familiar math operators (`+`, `-`, `*`, `/`, etc.) that compile directly to AVX2 instructions.",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/capocasa/mmops"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user