Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / g++.dg / ext / mv10.C
1 // { dg-do assemble { target i?86-*-* x86_64-*-* } }
2 // { dg-options "" }
3
4 __attribute__((target ("popcnt"), used))
5 void foo (void)
6 {
7 }
8
9 __attribute__((target ("popcnt","avx"), used))
10 void foo (void)
11 {
12 }