2018-04-05 10:02:11 -05:00
|
|
|
// ignore-arm
|
|
|
|
// ignore-aarch64
|
|
|
|
// ignore-wasm
|
|
|
|
// ignore-emscripten
|
2018-07-31 04:01:27 -05:00
|
|
|
// ignore-mips
|
|
|
|
// ignore-mips64
|
2018-12-19 10:52:27 -06:00
|
|
|
// ignore-powerpc
|
|
|
|
// ignore-powerpc64
|
|
|
|
// ignore-powerpc64le
|
2018-12-19 10:53:03 -06:00
|
|
|
// ignore-sparc
|
|
|
|
// ignore-sparc64
|
2018-12-23 06:29:40 -06:00
|
|
|
// ignore-s390x
|
2018-04-05 10:02:11 -05:00
|
|
|
// gate-test-sse4a_target_feature
|
|
|
|
// gate-test-powerpc_target_feature
|
|
|
|
// gate-test-avx512_target_feature
|
|
|
|
// gate-test-tbm_target_feature
|
|
|
|
// gate-test-arm_target_feature
|
|
|
|
// gate-test-aarch64_target_feature
|
|
|
|
// gate-test-hexagon_target_feature
|
|
|
|
// gate-test-mips_target_feature
|
|
|
|
// gate-test-mmx_target_feature
|
2018-08-07 19:10:06 -05:00
|
|
|
// gate-test-wasm_target_feature
|
2018-12-16 21:01:43 -06:00
|
|
|
// gate-test-adx_target_feature
|
|
|
|
// gate-test-cmpxchg16b_target_feature
|
|
|
|
// min-llvm-version 6.0
|
2018-04-05 10:02:11 -05:00
|
|
|
|
|
|
|
#[target_feature(enable = "avx512bw")]
|
|
|
|
//~^ ERROR: currently unstable
|
|
|
|
unsafe fn foo() {
|
|
|
|
}
|
|
|
|
|
|
|
|
fn main() {}
|