SIMD instructions in GHC
The goal of the SIMD project is to allow GHC and Haskell libraries to take advantage of SIMD vector instructions. Please see more information on
Obsolete sub-topics
- An implementation plan.
- Manuel's notes on implementing SIMD support in GHC using LLVM.
- An old implementation of the very beginnings of SIMD support in GHC.
- An example of vector operations in LLVM IL.