Skip to content

vamsi-sripathi/simd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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