HonkPerf.NET icon indicating copy to clipboard operation
HonkPerf.NET copied to clipboard

[Design] HonkPerf.NET.GenericSIMD

Open WhiteBlackGoose opened this issue 2 years ago • 0 comments

GenericSIMD

We're probably going to use Silk.NET.Maths for Simd128 and Simd256 sets. The API itself though would rely on Span<T>.

Current thought:

static void Add<T>(Span<T> a, Span<T> b, Span<T> c)

WhiteBlackGoose avatar Oct 15 '21 22:10 WhiteBlackGoose