Macerator
Originally a thin wrapper around pulp to provide type-generic SIMD
operations using similar traits to the standard library, but now uses its own backend for more ergonomic
type inference behaviour. Currently in an MVP state, with only operations and backends needed for
burn, which means no unstable features are currently used. This
may change in the future, but it will likely keep following burn quite closely.
Backends
Currently supports backends for x86_64-v2, x86_64-v3, aarch64 and wasm32. More backends will
be added when they're stabilized. Note that wasm32 doesn't support runtime feature detection, so
binary must be built with target_feature=+simd128.
Example