rust/crates/core_simd/tests/mask_ops.rs
2021-07-19 16:13:24 -07:00

4 lines
47 B
Rust

#![feature(portable_simd)]
mod mask_ops_impl;