Commit 984774d7 by Uros Bizjak Committed by Uros Bizjak

pr23376: Compile with -mmmx.

	* gcc.target/i386/pr23376: Compile with -mmmx.

From-SVN: r106591
parent f2097470
2005-11-07 Uros Bizjak <uros@kss-loka.si>
* gcc.target/i386/pr23376: Compile with -mmmx.
2005-11-07 Ulrich Weigand <uweigand@de.ibm.com>
* g++.dg/abi/empty6.C (B): Align to twice pointer size.
/* { dg-do compile } */
/* { dg-options "-O1 -funroll-loops -fvariable-expansion-in-unroller" } */
/* { dg-options "-O1 -mmmx -funroll-loops -fvariable-expansion-in-unroller" } */
typedef int __m64 __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