Closed ghost closed 9 years ago
This allows new and splat to be used when initializing consts and statics:
new
splat
const MASK: u8x16 = u8x16::splat(0x0f); static INDEX: i32x4 = i32x4::new(3, 2, 1, 0);
This allows
new
andsplat
to be used when initializing consts and statics: