view gcc/testsuite/gcc.dg/compat/vector-2_y.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* { dg-options "-w" } */
/* { dg-options "-w -mno-mmx -Wno-psabi" { 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