simd.rs
#[simd] | |
struct F(f32, f32); | |
static A: F = F(2.0, 3.5); | |
fn main() { | |
} |