/simd

Collection of optimized SIMD implementations for popular patterns

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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