24 skills found
ashvardanian / NumKongSIMD-accelerated distances, dot products, matrix ops, geospatial & geometric kernels for 16 numeric types — from 6-bit floats to 64-bit complex — across x86, Arm, RISC-V, and WASM, with bindings for Python, Rust, C, C++, Swift, JS, and Go 📐
tc39 / Ecmascript SimdSIMD numeric type for EcmaScript
jeffamstutz / TsimdFundamental C++ SIMD types for Intel CPUs (sse, avx, avx2, avx512)
MrUnbelievable92 / MaxMathA supplementary SIMD math library to Unity.Mathematics, extending it to all C# numeric types while adding many new types and functions. Written entirely with hardware intrinsics, using Unity.Burst.
Cons-Cat / LibCat🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-based errors!
ynagatomo / Swift SIMD Types Cheat SheetNo description available
chriselrod / SIMDPirates.jlPirating base type NTuple{N,Core.VecElement{T}} -- although base methods are NOT overloaded -- and plundering the great work of eschnett's SIMD.jl
ljharb / SimdES7 (proposed) SIMD numeric type shim/polyfill
wingertge / MaceratorType-generic runtime-selected SIMD for Rust
copy / LowcamlAn experimental OCaml-to-C compiler for type-safe accesss to SIMD (unreleased)
bodil / SimdifySIMD optimised algorithms and data types
nemequ / WavType-safe C/C++ API for WASM SIMD.
Twon / Std Experimental SimdA reference implementation of std::experimental::simd, providing data parallel types in the C++ standard
jonicho / Simd Radix SortA generic and efficient SIMD implementation of MSB Radix Sort with separate key and payload datastreams that supports arbitrary key and payload data types written in C++ accompanied by a bachelor's thesis.
Jondolf / Glam WideWide SIMD types for the Glam ecosystem.
dnbaker / VecType-generic SIMD library for optimized generic code generation
needle-mirror / Com.unity.mathematicsUnitys C# SIMD math library providing vector types and math functions with a shader like syntax. 📦 [Mirrored from UPM, not affiliated with Unity Technologies.]
ampactor-labs / TurbosortSIMD-accelerated radix sort for primitive types in pure Rust
markuswntr / Swift Simdx🎹 Unified implementation of SIMD intrinsic functions and fallback implementations on hardware that does not natively support them, as an extension to Swift Numeric types.
capnslipp / VucktA Swift Vector Library That Doesn't Suck