Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 323 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 323 Bytes

simd

This repository contains a collection of optimized SIMD implementations for popular patterns that I came across in my various projects.

  • imax: Find the index of the maximum element in a dataset.
  • prefix-sum: Calculate the cumulative sum of a vector.

Refer to the corresponding sub-directory for more information