Fix effective target for check-builtin-vec_rlnm-runnable.c test
The effective target for a Power 9 runnable test should be p9vector_hw. 2021-06-11 Carl Love <cel@us.ibm.com> gcc/testsuite/ChangeLog * gcc.target/powerpc/check-builtin-vec_rlnm-runnable.c (dg-require-effective-target): Change target to p9vector_hw.
This commit is contained in:
parent
2973090c4c
commit
2c4115ba9c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target powerpc_p9vector_ok } */
|
||||
/* { dg-require-effective-target p9vector_hw } */
|
||||
/* { dg-options "-O2 -mdejagnu-cpu=power9 -save-temps" } */
|
||||
|
||||
/* Verify the vec_rlm and vec_rlmi builtins works correctly. */
|
||||
|
|
Loading…
Add table
Reference in a new issue