WojciechMula / man-intrinsics
Create man pages from information used by Intel Intrinsics Guide and optionally uops.info
☆45Updated 4 months ago
Alternatives and similar repositories for man-intrinsics:
Users that are interested in man-intrinsics are comparing it to the libraries listed below
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 2 years ago
- Benchmarks for our memory allocator☆64Updated last year
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 2 years ago
- Demonstration of LLVM's opt-viewer tool☆71Updated 8 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 4 months ago
- 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 3 years ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 years 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
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆29Updated 11 years ago
- Trying to get perfect codegen for big-integer math.☆31Updated 2 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- C++ container graph visualization for lldb.☆23Updated 5 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- Variadic, completion-based futures for C++17☆44Updated 5 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated 11 months ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- CLI utilty to work out proper constants for vpternlogic instruction☆13Updated 2 years ago
- portability macros for compiler and hardware micro operations☆36Updated 10 months ago
- Interchangeable AoS and SoA containers☆22Updated 2 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- performance experiments for C++ exception handling☆30Updated 3 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆73Updated 2 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆133Updated 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