Add support for core.simd, intel-intrinsics, or inlined assembly
Opened this issue · 0 comments
dd86k commented
Waiting on: #2
Options:
- core.simd -- Supported everywhere, I think.
- intel-intrinsics DUB package -- Somewhat supports all compilers.
- Inlined assembly -- If all fails, at least x86 users would benefit. But limited to AVX/AV2 and not SSE* at best (because DMD).
Versions: Blake2dUseSIMD
or Blake2dUseIntrinsics
(user will have to manually assign version)