WojciechMula / man-intrinsics
Create man pages from information used by Intel Intrinsics Guide and optionally uops.info
☆45Updated 3 months ago
Alternatives and similar repositories for man-intrinsics:
Users that are interested in man-intrinsics are comparing it to the libraries listed below
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 2 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 2 months ago
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆57Updated 2 years ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 2 years ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 2 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- benchmarking positional population count☆14Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- A hash function library☆39Updated this week
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- The IDK (Industrial Development Kit) library!☆29Updated 7 months ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆35Updated last year
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- A collection of formatting benchmarks☆47Updated last month
- C++ container graph visualization for lldb.☆23Updated 5 years ago
- C++20 SIMD Within A Register library☆30Updated 7 months ago
- SIMD sorting network generator and very basic tester☆16Updated 2 years ago
- A tagged-pointer type for C++.☆30Updated last year
- C++ interface to CPU affinity management☆30Updated 6 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆56Updated 5 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Use unused bits in your pointer☆46Updated 7 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 11 months ago
- Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, findi…☆37Updated 3 years ago