genericsimd / generic_simd
Generic SIMD intrinsic to allow for portable SIMD intrinsic programming
☆42Updated 11 years ago
Alternatives and similar repositories for generic_simd:
Users that are interested in generic_simd are comparing it to the libraries listed below
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- benchmarking positional population count☆14Updated last year
- Fast open addressing hash table☆41Updated last year
- portability macros for compiler and hardware micro operations☆36Updated 9 months ago
- Allocation benchmarks☆30Updated 8 years ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- SPMD in C++☆68Updated 4 years ago
- For details, see the blog post:☆32Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- TLSF: two-level segregated fit O(1) allocator☆77Updated 2 years ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- ☆13Updated 9 years ago
- Tiny portable C++ library for atomic operations☆54Updated last year
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆45Updated 4 years ago
- A C++ smart pointer with copy-on-write semantics☆15Updated 9 years ago
- UME::SIMD A library for explicit simd vectorization.☆90Updated 7 years ago
- Portable 128-bit SIMD intrinsics☆58Updated last year
- Polyfill some holes in the SSE intrinsics set☆50Updated 2 years ago
- ☆39Updated 4 years ago
- Linear vs binary search benchmark☆40Updated 5 years ago
- Software implementation of any size ieee754 floating points☆52Updated 4 years ago
- SIMD optimizations related to 2D computer graphics☆35Updated 7 years ago
- High performance multithreading toolkit for C++17☆46Updated last month
- Experimental ranges for CUDA☆24Updated 6 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex