URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [lzcnt-3.c] - Rev 704
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O0 -mlzcnt " } */ /* { dg-final { scan-assembler "lzcntl\[^\\n]*(%|)eax" } } */ #include <x86intrin.h> unsigned int func_lzcnt32 (unsigned int X) { return __lzcnt32(X); }
Go to most recent revision | Compare with Previous | Blame | View Log