simd-library
There are 24 repositories under simd-library topic.
google/highway
Performance-portable, length-agnostic SIMD with runtime dispatch
ermig1979/Simd
C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON for ARM.
jfalcou/eve
Expressive Vector Engine - SIMD in C++ Goes Brrrr
jeffamstutz/tsimd
Fundamental C++ SIMD types for Intel CPUs (sse, avx, avx2, avx512)
agenium-scale/nsimd
Agenium Scale vectorization library for CPUs and GPUs
eatingtomatoes/pure_simd
A simple, extensible, portable, efficient and header-only SIMD library!
gyrdym/ml_linalg
SIMD-based linear algebra and statistics for data science with dart
lsp-plugins/lsp-dsp-lib
DSP library for signal processing
Maratyszcza/psimd
Portable 128-bit SIMD intrinsics
andyD123/DR3
DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace
mattkretz/vir-simd
improve the usage experience of std::experimental::simd (Parallelism TS 2)
kanryu/lodepng-turbo
lodepng-turbo is a fast PNG image codec that uses SIMD instructions (MMX, SSE2, AVX2, NEON) to accelerate baseline PNG decompression on x86, x86-64, ARM systems.
edponce/libsimdcpp
C++ interface for SIMD instruction sets
zz-systems/zacc
SIMD Abstraction layer
sahmad98/vstring
Vectroized String Helper Functions
anyoddthing/simdlib
SIMD abstraction library for SSE and NEON
12Acorns/Portfolio-SIMDExtensions
A, Source-Generated, library to add easier processing of SIMD instructions whilst maintaing a performance expected for each platform.
edponce/masprng
Vector accelerated SPRNG library
eriksjolund/simd-diagonal-load
Header-only C++ library to load SIMD-vectors column-wise from a matrix but then use diagonally
jfsmig/cpp-isal-crypto
C++ wrapper for ISA-L crypto, to make SIMD checksums easy.
jopadan/whmath
C++ SIMD header-only math library targeting game/engine development
jopadan/mlr
MLR - single-header-only C++ linear algebra math library
amadio/veccore
C++ Library for Portable SIMD Vectorization
zkud/simd-arrays-functions
npm package for Node.js-like envs with simd functions for typed arrays implemented with Rust and Vulcano