Skip to content

Instantly share code, notes, and snippets.

@DaGenix
Created August 20, 2013 23:19
Show Gist options
  • Save DaGenix/6288591 to your computer and use it in GitHub Desktop.
Save DaGenix/6288591 to your computer and use it in GitHub Desktop.
This doesn't work for me
use std::unstable::simd::u32x4;
static test: u32x4 = u32x4(0, 0, 0, 0);
fn main() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment