21,484 records spanning ARM (NEON / Helium / SVE / SVE2 / SME) and Intel (MMX / SSE* / AVX / AVX2 / AVX-512 / AMX) β plus 208 SIMD types. Each entry has signature, ISA family, arch, short prose description, and (where upstream provides it) pseudocode.
Generated automatically from upstream sources (ARM ACLE, Intel Intrinsics Guide XML, LLVM clang headers). Pure stdlib Python, no LLM in the loop.
Drop-in JavaScript tooltip library β one <script> tag adds hover (or click, or hover-with-?-badge) tooltips to any HTML page. Detects intrinsic names in text on the fly using caretPositionFromPoint β no DOM walk, no markup mutation by default.
~22 KB minified, ~7 KB gzipped. Lazy-loads the data file on first hover.
A CLI that takes any static HTML file, scans the visible text for intrinsic and type names, and emits a self-contained, 100% offline HTML file with the library plus only the slice of the database the page actually references embedded inline.
Useful for archived posts, e-book exports, intranet docs. Pure stdlib Python.
VS Code extension that surfaces the same data as a hover tooltip directly in your editor. Covers all ~22k intrinsics, including the AVX-512 and ARM NEON / SVE / SME ranges where clangd typically shows only the bare signature.
Manual install via vsce package + code --install-extension for now.