rlnc-simdx 1.3.1

SIMD-accelerated Random Linear Network Coding over GF(2^8) — no_std, maximum SIMD
Documentation
1
2
3
4
5
6
7
8
9
10
//! `x86`/`x86_64` SIMD kernel module.
//!
//! The parent dispatch layer selects from these crate-private tiers.

pub(crate) mod avx2_ssse3;
pub(crate) mod avx512_ssse3;
pub(crate) mod gfni_avx2;
pub(crate) mod gfni_avx512;
pub(crate) mod gfni_sse;
pub(crate) mod ssse3;