1  /* { dg-options "-w" } */
       2  /* { dg-options "-w -mno-mmx -Wno-psabi" { target { i?86-*-* x86_64-*-* } } } */
       3  
       4  #ifndef SKIP_ATTRIBUTE
       5  
       6  #include "compat-common.h"
       7  #include "vector-defs.h"
       8  #include "vector-check.h"
       9  
      10  TEST (2, sf, 301.0)
      11  TEST (4, sf, 302.0)
      12  TEST (8, sf, 303.0)
      13  TEST (16, sf, 304.0)
      14  TEST (2, df, 402.0)
      15  TEST (4, df, 402.0)
      16  
      17  #endif