Skip to content

Instantly share code, notes, and snippets.

@luqmana
Created August 20, 2013 23:16
Show Gist options
  • Save luqmana/6288561 to your computer and use it in GitHub Desktop.
Save luqmana/6288561 to your computer and use it in GitHub Desktop.
#[simd]
struct F(f32, f32);
static A: F = F(2.0, 3.5);
fn main() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment