Commit 92f9cde5 by H.J. Lu Committed by H.J. Lu

vector-4.c: Add -mavx for x86.

2008-09-03  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc.c-torture/compile/vector-4.c: Add -mavx for x86.

	* gcc.target/i386/avx-3.c: Require DFP support.

From-SVN: r139960
parent 31607de1
2008-09-03 H.J. Lu <hongjiu.lu@intel.com>
* gcc.c-torture/compile/vector-4.c: Add -mavx for x86.
* gcc.target/i386/avx-3.c: Require DFP support.
2008-09-03 Jakub Jelinek <jakub@redhat.com>
PR c++/37348
......
/* { dg-options "-mavx" { target { i?86-*-* x86_64-*-* } } } */
/* Make sure that vector of size 8 of signed char works. This used to crash with AVX on x86
as we would produce try to extract the chars inside the vector mode using the vector mode of V8SI
which was wrong. */
......
/* { dg-do compile } */
/* { dg-require-effective-target dfp } */
/* { dg-options "-O2 -mavx -std=gnu99" } */
_Decimal128
......
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