WojciechMula / man-intrinsicsLinks
Create man pages from information used by Intel Intrinsics Guide and optionally uops.info
☆45Updated 6 months ago
Alternatives and similar repositories for man-intrinsics
Users that are interested in man-intrinsics are comparing it to the libraries listed below
Sorting:
- 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…☆56Updated 2 years ago
- Benchmarks for our memory allocator☆65Updated last year
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 3 years ago
- benchmarking positional population count☆15Updated last year
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 6 months ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆129Updated 2 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 3 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- A performant, parallel, probabilistic, random acyclic-graph, low-latency, perfect hash generation library.☆83Updated last month
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆39Updated 4 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Reworking of Agner Fog's performance test programs for Linux☆112Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆59Updated 6 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆67Updated 4 years ago
- Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, findi…☆38Updated 3 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆135Updated 5 years ago
- Implementation of hash_append proposal☆68Updated 8 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- For details, see the blog post:☆32Updated last year
- A collection of SIMD optimized general purpose hash functions☆45Updated 10 years ago
- Test if AVX vector loads and stores are atomic☆30Updated 5 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆46Updated 4 years ago
- C++ container graph visualization for lldb.☆23Updated 5 years ago
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆81Updated 2 months ago
- Code for benchmarking of mutexes to accompany a blog post of mine.☆28Updated 5 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year