Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / vector-2_y.c
blob10d7a064532788eff5395016f66c83b956fc3e26
1 /* { dg-options "-w" } */
2 /* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */
4 #ifndef SKIP_ATTRIBUTE
6 #include "compat-common.h"
7 #include "vector-defs.h"
8 #include "vector-check.h"
10 TEST (2, sf, 301.0)
11 TEST (4, sf, 302.0)
12 TEST (16, sf, 304.0)
13 TEST (2, df, 402.0)
15 #endif