rust/crates/core_simd/tests/i16_ops.rs

6 lines
84 B
Rust

#![feature(portable_simd)]
#[macro_use]
mod ops_macros;
impl_signed_tests! { i16 }