MIPP
SIMD wrapper
A C++ header file providing portable SIMD and vector instructions for various architectures
Portable wrapper for SIMD and vector instructions written in C++11. Compatible with NEON, SSE, AVX, AVX-512 and SVE (length specific).
487 stars
23 watching
86 forks
Language: C++
last commit: about 1 month ago
Linked from 1 awesome list
avxavx-512neonportablesimdssesvevectorwrapper
Related projects:
Repository | Description | Stars |
---|---|---|
xtensor-stack/xsimd | Provides C++ wrappers for SIMD intrinsics and parallelized mathematical functions to accelerate code execution on various platforms. | 2,239 |
p12tic/libsimdpp | A portable header-only C++ low level SIMD library providing a unified interface to various instruction sets. | 1,250 |
jeffamstutz/tsimd | Provides C++ SIMD types and utilities for Intel CPUs to improve performance | 343 |
ermig1979/simd | An image processing and machine learning library optimized for high-performance computations on various x86/x64 and ARM architectures. | 2,077 |
ashvardanian/simsimd | A SIMD-based math library providing optimized kernels for various distance and similarity metrics | 1,141 |
pmed/fixed_size_function | Provides a C++ class to wrap fixed-size functions without dynamic memory allocation. | 69 |
lemire/simdcomp | A library for fast integer compression using SIMD instructions | 490 |
simdutf/simdutf | Fast Unicode validation and transcoding utilities | 1,220 |
mikd1/avaloniafixedwrappanel | A control that wraps items in a fixed number of columns | 27 |
ffkl/s3cmd-zsh-plugin | An Zsh plugin that simplifies interactions with Amazon S3 using a set of custom commands and autocompletion functionality. | 0 |
lemire/simdcompressionandintersection | A C++ library that enables fast compression and intersection of sorted lists using SIMD instructions. | 427 |
lemire/fastpfor | A C++ library for compressing integers efficiently using SIMD instructions and optimized for sorted lists of integers. | 887 |
lemire/streamvbyte | Fast integer compression in C using the StreamVByte codec | 379 |
mybigday/react-native-s3 | A React Native wrapper for AWS S3 SDK that allows for background file transfers and credential management. | 92 |
iwongu/sqlite3pp | A C++ wrapper around the SQLite3 API to simplify its use in C++ applications. | 610 |