Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.target
/
tic6x
/
bswapl.c
blob: 18d6bce7f21c4d0296b656cb330c74a8fe19a5a7 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O2 -march=c64x+" } */
/* { dg-final { scan-assembler-not "call" } } */
int
foo
(
int
x
)
{
return
__builtin_bswap32
(
x
);
}
long
long
bar
(
long
long
x
)
{
return
__builtin_bswap64
(
x
);
}