URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [vector-2_y.c] - Rev 424
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-w" } */ /* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */ #ifndef SKIP_ATTRIBUTE #include "compat-common.h" #include "vector-defs.h" #include "vector-check.h" TEST (2, sf, 301.0) TEST (4, sf, 302.0) TEST (8, sf, 303.0) TEST (16, sf, 304.0) TEST (2, df, 402.0) TEST (4, df, 402.0) #endif
Go to most recent revision | Compare with Previous | Blame | View Log