blob: ab3ff5fcdc12cf23093ff8430094b689a3c9f42d [file] [log] [blame]
error: Undefined Behavior: calling a function that requires unavailable target features: avx
--> $DIR/simd_feature_flag_difference.rs:LL:CC
|
LL | unsafe { foo(0.0, x) }
| ^^^^^^^^^^^ calling a function that requires unavailable target features: avx
|
= help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
= help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
= note: BACKTRACE:
= note: inside `bar` at $DIR/simd_feature_flag_difference.rs:LL:CC
note: inside `main`
--> $DIR/simd_feature_flag_difference.rs:LL:CC
|
LL | let copy = bar(input);
| ^^^^^^^^^^
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
error: aborting due to previous error