jeffamstutz / tsimd
Fundamental C++ SIMD types for Intel CPUs (sse, avx, avx2, avx512)
☆343Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for tsimd
- C++ zero-cost abstraction for SoA/AoS memory layouts☆184Updated 2 years ago
- C++ multidimensional arrays in the spirit of the STL☆198Updated 2 weeks ago
- Agenium Scale vectorization library for CPUs and GPUs☆326Updated 3 years ago
- A simple, extensible, portable, efficient and header-only SIMD library!☆229Updated 3 years ago
- Blazing-fast Expression Templates Library (ETL) with GPU support, in C++☆218Updated 10 months ago
- A micro microbenchmarking library for C++11 in a single header file☆210Updated 8 months ago
- UME::SIMD A library for explicit simd vectorization.☆90Updated 6 years ago
- std::simd for GCC [ISO/IEC TS 19570:2018]☆578Updated last year
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆252Updated 4 years ago
- Boost SIMD☆231Updated 5 years ago
- std::tuple like methods for user defined types without any macro or boilerplate code☆206Updated 11 months ago
- Open Source Parallel STL implementation☆517Updated 9 months ago
- Compile time mathematic functions for C++14☆186Updated 3 years ago
- Portable C++ SIMD library☆174Updated 5 years ago
- C++ implementation of a 16 bit floating-point type mimicking most of the IEEE 754 behaviour. Compatible with the half data type used as t…☆141Updated 12 years ago
- AVX-optimized sin(), cos(), exp() and log() functions☆113Updated 2 years ago
- Microbenchmarking for Modern C++☆211Updated 4 years ago
- Love template metaprogramming☆324Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆334Updated last month
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆111Updated 4 years ago
- Add-on packages for Vector class library☆71Updated 11 months ago
- A work in progress minimal C++ static reflection API and codegen tool.☆257Updated 3 years ago
- A C++17 image representation, processing and I/O library.☆302Updated 2 years ago
- C++ Binary Fixed-Point Arithmetic☆231Updated 5 years ago
- Policy Based C++ Allocator Library