URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [vshuf-v16qi.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do run } */ /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */ /* { dg-options "-fno-common" { target hppa*-*-hpux* } } */ /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */ /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */ typedef unsigned char V __attribute__((vector_size(16))); typedef V VI; #include "vshuf-16.inc" #include "vshuf-main.inc"
Go to most recent revision | Compare with Previous | Blame | View Log