summaryrefslogtreecommitdiffstats
path: root/library/portable-simd/crates/core_simd/tests/i16_ops.rs
blob: f6c5d74fbbcc62ffcd2f044b33b9ed594e31abbd (plain)
1
2
3
4
5
#![feature(portable_simd)]

#[macro_use]
mod ops_macros;
impl_signed_tests! { i16 }