[testsuite] require sqrt_insn effective target where needed
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / p9-vec-length-full-run-5.c
blob02bb0a8964b87ceea0690970d7d29a73ece2a982
1 /* { dg-do run { target { lp64 && p9vector_hw } } } */
2 /* { dg-options "-mdejagnu-cpu=power9 -O2 -ftree-vectorize -fno-vect-cost-model" } */
4 /* { dg-additional-options "--param=vect-partial-vector-usage=2" } */
6 /* { dg-additional-options "-mno-strict-align" { target opt_mstrict_align } } */
8 /* Check whether it runs successfully if we vectorize the loop fully
9 with vector access with length. */
11 #include "p9-vec-length-run-5.h"