URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [tic6x/] [ffssi.c] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O2 -march=c64x+" } */ /* { dg-final { scan-assembler-not "call" } } */ int foo (int x) { return __builtin_ffsl (x); } int bar (int x) { return __builtin_clzl (x); } int baz (int x) { return __builtin_ctzl (x); }
Go to most recent revision | Compare with Previous | Blame | View Log