Commit 357f19a0 by Roger Sayle Committed by Roger Sayle

20060512-1.c: Add -msse2 command line option.


	* gcc.target/i386/20060512-1.c: Add -msse2 command line option.
	* gcc.target/i386/20060512-3.c: Likewise.

From-SVN: r113957
parent 5104d648
2006-05-21 Roger Sayle <roger@eyesopen.com>
* gcc.target/i386/20060512-1.c: Add -msse2 command line option.
* gcc.target/i386/20060512-3.c: Likewise.
2006-05-21 Kazu Hirata <kazu@codesourcery.com>
PR rtl-optimization/27671
/* { dg-do run { target i?86-*-* } } */
/* { dg-options "-std=gnu99" } */
/* { dg-options "-std=gnu99 -msse2" } */
#include <emmintrin.h>
__m128i __attribute__ ((__noinline__))
vector_using_function ()
......
/* { dg-do run { target i?86-*-* } } */
/* { dg-options "-std=gnu99 -mstackrealign" } */
/* { dg-options "-std=gnu99 -msse2 -mstackrealign" } */
#include <emmintrin.h>
__m128i __attribute__ ((__noinline__))
vector_using_function ()
......
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