Sign in
gnu
/
gcc
/
4a0fed0c0c7241562eaa5f1a4c916b689429ad86
/
.
/
gcc
/
testsuite
/
g++.target
/
i386
/
mv10.C
blob: 07fbd0e9fd99748194c6c719d712e41e495bf964 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// { dg-options "" }
__attribute__
((
target
(
"popcnt"
),
used
))
void
foo
(
void
)
{
}
__attribute__
((
target
(
"popcnt"
,
"avx"
),
used
))
void
foo
(
void
)
{
}