intel / Immintrin-debugLinks
immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable source level debug of vector code.
☆58Updated 2 years ago
Alternatives and similar repositories for Immintrin-debug
Users that are interested in Immintrin-debug are comparing it to the libraries listed below
Sorting:
- CPU Ultimate Latency Test.☆111Updated last month
- Reworking of Agner Fog's performance test programs for Linux☆114Updated 6 years ago
- benchmarking positional population count☆15Updated last year
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 9 months ago
- AVX512 population count routines☆23Updated 6 years ago
- ☆58Updated 3 weeks ago
- A small library and kernel module for easy access to x86 performance monitor counters under Linux.☆103Updated last year
- Programatically obtain information about the pages backing a given memory region☆79Updated 3 years ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 2 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 9 months ago
- CERE: Codelet Extractor and REplayer☆40Updated 2 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- InstLatX64_Demo☆44Updated 2 months ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Information about AVX-512 support on recent Intel processors☆45Updated 3 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
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆135Updated 5 years ago
- Collection of Agner Fog Software☆44Updated 7 years ago
- A fast implementation of log() and exp()☆52Updated 2 years ago
- A binary optimization/specialization library supporting multiple rewriters☆116Updated 4 years ago
- Performance Counter Measurements at the cycle granularity☆18Updated 4 years ago
- Markup source code showing optimizations☆36Updated 5 years ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 3 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- UME::SIMD A library for explicit simd vectorization.