summaryrefslogtreecommitdiffstats
path: root/third_party/rust/packed_simd/src/api/reductions.rs
blob: 54d2f0cc7f085ba714ff2000550ffa52ac69a965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//! Reductions

#[macro_use]
mod float_arithmetic;
#[macro_use]
mod integer_arithmetic;
#[macro_use]
mod bitwise;
#[macro_use]
mod mask;
#[macro_use]
mod min_max;