OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [vshuf-v2sf.c] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do run } */
2
/* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
3
/* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
4
/* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
5
 
6
#if __SIZEOF_FLOAT__ == 4
7
typedef float V __attribute__((vector_size(8)));
8
# if __SIZEOF_INT__ == 4
9
typedef unsigned int VI __attribute__((vector_size(8)));
10
# elif __SIZEOF_LONG__ == 4
11
typedef unsigned long VI __attribute__((vector_size(8)));
12
# else
13
#  define UNSUPPORTED
14
# endif
15
#else
16
# define UNSUPPORTED
17
#endif
18
 
19
#include "vshuf-2.inc"
20
#include "vshuf-main.inc"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.