generic-simd
generic-simd copied to clipboard
Generic SIMD abstractions for Rust.
Results
1
generic-simd issues
Sort by
recently updated
recently updated
newest added
Many NEON intrinsics are lacking (https://github.com/rust-lang/stdarch/issues/148), particularly the required floating point intrinsics. The following intrinsics are required (both `f32` and `f64` variants): - [ ] vdup_n - [ ] vneg...