6 lines
84 B
Rust
6 lines
84 B
Rust
#![feature(portable_simd)]
|
|
|
|
#[macro_use]
|
|
mod ops_macros;
|
|
impl_signed_tests! { i16 }
|