There are stubs in the module here: https://github.com/jeff-k/bio-seq/blob/main/bio-seq/src/kmer/simd.rs and a simd cfg option to enable it.
To make this useful we'll need to work out:
- What particular operations will be useful to vectorise
- Does
K need to be a multiple of the lane size to get any benefit?
There are stubs in the module here: https://github.com/jeff-k/bio-seq/blob/main/bio-seq/src/kmer/simd.rs and a
simdcfg option to enable it.To make this useful we'll need to work out:
Kneed to be a multiple of the lane size to get any benefit?