mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
8 lines
195 B
Rust
8 lines
195 B
Rust
//@ build-pass (FIXME(55996): should be run on targets supporting avx)
|
|
//@ only-x86_64
|
|
//@ no-prefer-dynamic
|
|
//@ compile-flags: -Ctarget-feature=+avx -Clto
|
|
//@ ignore-backends: gcc
|
|
|
|
fn main() {}
|