[testsuite] require sqrt_insn effective target where needed
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / unpack-vectorize-run-2.c
blob6d243602bbf64b0775639874dc4c1275ca57aee6
1 /* { dg-do run } */
2 /* { dg-require-effective-target vsx_hw } */
3 /* { dg-options "-mdejagnu-cpu=power7 -O2 -ftree-vectorize -fno-vect-cost-model" } */
5 #include "unpack-vectorize-2.h"
7 /* Test if unpack vectorization cases on unsigned int run successfully. */
9 CHECK1 (ui, ull)
11 int
12 main ()
14 check1_ui_ull ();
15 return 0;