blob: 54d2f0cc7f085ba714ff2000550ffa52ac69a965 [file] [log] [blame]
//! Reductions
#[macro_use]
mod float_arithmetic;
#[macro_use]
mod integer_arithmetic;
#[macro_use]
mod bitwise;
#[macro_use]
mod mask;
#[macro_use]
mod min_max;