summaryrefslogtreecommitdiffstats
path: root/third_party/rust/packed_simd/src/codegen/v16.rs
blob: 4d55a6d8998e2a04571fad44d157f24bcdebf501 (plain)
1
2
3
4
5
6
7
//! Internal 16-bit wide vector types

use crate::masks::*;

impl_simd_array!([i8; 2]: i8x2 | i8, i8);
impl_simd_array!([u8; 2]: u8x2 | u8, u8);
impl_simd_array!([m8; 2]: m8x2 | i8, i8);