Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 587 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 587 Bytes

x86 Intrinsics Examples

This repository contains many example programs for working with x86 intrinsics.

Examples:

  • vector-math: Vectorised math
  • vector-math-avx: Faster vectorised math with AVX
  • hardware-rng: Hardware random number generation
  • histogram-avx512: Using AVX512-CD to populate a histogram without undefined behavior
  • string-operations: (WIP) Some C Library string operations implemented with intrinsics

You can use Intel's Intrinsics reference for finding specific functions.