[PATCH] add -mvsx to pr92923-1.c test requiring vsx
[testsuite] * gcc.target/powerpc/pr92923-1.c: Add -mvsx.
This commit is contained in:
parent
572992c892
commit
6fa476f6e1
@ -1,3 +1,7 @@
|
||||
2020-02-07 Will Schmidt <will_schmidt@vnet.ibm.com>
|
||||
|
||||
* testsuite/gcc.target/powerpc/pr92923-1.c: Add -mvsx.
|
||||
|
||||
2020-02-07 Dennis Zhang <dennis.zhang@arm.com>
|
||||
|
||||
* gcc.target/aarch64/simd/vmmla.c: New test.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target powerpc_altivec_ok } */
|
||||
/* { dg-options "-maltivec -O2 -fdump-tree-gimple" } */
|
||||
/* { dg-require-effective-target powerpc_vsx_ok } */
|
||||
/* { dg-options "-mvsx -O2 -fdump-tree-gimple" } */
|
||||
|
||||
/* Verify that overloaded built-ins for "and", "andc", "nor", "or" and "xor"
|
||||
do not produce VIEW_CONVERT_EXPR operations on their operands. Like so:
|
||||
|
Loading…
Reference in New Issue
Block a user