This repository contains many example programs for working with x86 intrinsics.
Examples:
vector-math
: Vectorised mathvector-math-avx
: Faster vectorised math with AVXhardware-rng
: Hardware random number generationhistogram-avx512
: Using AVX512-CD to populate a histogram without undefined behaviorstring-operations
: (WIP) Some C Library string operations implemented with intrinsics
You can use Intel's Intrinsics reference for finding specific functions.