]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/testsuite/gcc.target/arm/wmul-4.c
target-supports.exp (check_effective_target_arm_dsp): New.
[gcc.git] / gcc / testsuite / gcc.target / arm / wmul-4.c
index e8642f8aed132939894e53991f4d67961d08aee9..a297bda2182556516ffae5fe15e417773a0dbaef 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -march=armv6t2" } */
+/* { dg-require-effective-target arm_dsp } */
+/* { dg-options "-O2" } */
 
 int mac(const int *a, const int *b, long long sqr, long long *sum)
 {
This page took 0.027653 seconds and 5 git commands to generate.