mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 16:43:09 +00:00
add mmops (#3095)
This commit is contained in:
parent
23da88789c
commit
97cc249196
@ -35961,5 +35961,19 @@
|
|||||||
"description": "pgvector support for Nim",
|
"description": "pgvector support for Nim",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/pgvector/pgvector-nim"
|
"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