summaryrefslogtreecommitdiffstats
path: root/vendor/packed_simd_2/src/testing.rs
blob: fcbcf9e2ac8eb8aa5360eaf5db40b530e1d49d05 (plain)
1
2
3
4
5
6
7
8
//! Testing macros and other utilities.

#[macro_use]
mod macros;

#[cfg(test)]
#[macro_use]
crate mod utils;