URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [builtin-bswap-1.c] - Rev 696
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-require-effective-target stdint_types } */ /* { dg-options "" } */ /* { dg-final { scan-assembler-not "__builtin_" } } */ #include <stdint.h> uint32_t foo (uint32_t a) { int b; b = __builtin_bswap32 (a); return b; }
Go to most recent revision | Compare with Previous | Blame | View Log