1
2
3
4
5
6
#![feature(repr_simd)]
#![allow(non_camel_case_types)]

//! Definitions of many SIMD types of fixed lengths.

include!(concat!(env!("OUT_DIR"), "/types.rs"));