Commit 8fb9e4ae by Janis Johnson Committed by Janis Johnson

* gcc.target/arm/mmx-2.c: Specify -mcpu=iwmmxt.

From-SVN: r191785
parent e80d3fda
2012-09-26 Janis Johnson <janisjo@codesourcery.com> 2012-09-26 Janis Johnson <janisjo@codesourcery.com>
* gcc.target/arm/mmx-2.c: Specify -mcpu=iwmmxt.
* gcc.target/arm/combine-movs.c: Use effective target arm_thumb2. * gcc.target/arm/combine-movs.c: Use effective target arm_thumb2.
* gcc.target/arm/pr42879.c: Handle big-endian. * gcc.target/arm/pr42879.c: Handle big-endian.
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
/* { dg-skip-if "Test is specific to ARM mode" { arm*-*-* } { "-mthumb" } { "" } } */ /* { dg-skip-if "Test is specific to ARM mode" { arm*-*-* } { "-mthumb" } { "" } } */
/* { dg-require-effective-target arm32 } */ /* { dg-require-effective-target arm32 } */
/* { dg-require-effective-target arm_iwmmxt_ok } */ /* { dg-require-effective-target arm_iwmmxt_ok } */
/* { dg-options "-flax-vector-conversions -std=gnu99" } */ /* { dg-options "-mcpu=iwmmxt -flax-vector-conversions -std=gnu99" } */
/* Internal data types for implementing the intrinsics. */ /* Internal data types for implementing the intrinsics. */
typedef int __v2si __attribute__ ((vector_size (8))); typedef int __v2si __attribute__ ((vector_size (8)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment