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

Subversion Repositories openrisc

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

Go to most recent revision | 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-options "-fno-common" { target hppa*-*-hpux* } } */
4
/* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
5
/* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
6
 
7
#if __SIZEOF_FLOAT__ == 4
8
typedef float V __attribute__((vector_size(16)));
9
# if __SIZEOF_INT__ == 4
10
typedef unsigned int VI __attribute__((vector_size(16)));
11
# elif __SIZEOF_LONG__ == 4
12
typedef unsigned long VI __attribute__((vector_size(16)));
13
# else
14
#  define UNSUPPORTED
15
# endif
16
#else
17
# define UNSUPPORTED
18
#endif
19
 
20
#include "vshuf-4.inc"
21
#include "vshuf-main.inc"

powered by: WebSVN 2.1.0

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