aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/compat/vector-2_y.c
blob: b04f9f6498550c51f205ab39001f54d31a1e94d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-options "-w" } */

#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 (16, sf, 304.0)
TEST (2, df, 402.0)

#endif