fma_double_1.c: Add -mfpmath=sse.
* gcc.target/i386/fma_double_1.c: Add -mfpmath=sse. * gcc.target/i386/fma_double_2.c: Ditto. * gcc.target/i386/fma_double_3.c: Ditto. * gcc.target/i386/fma_double_4.c: Ditto. * gcc.target/i386/fma_double_5.c: Ditto. * gcc.target/i386/fma_double_6.c: Ditto. * gcc.target/i386/fma_float_1.c: Ditto. * gcc.target/i386/fma_float_2.c: Ditto. * gcc.target/i386/fma_float_3.c: Ditto. * gcc.target/i386/fma_float_4.c: Ditto. * gcc.target/i386/fma_float_5.c: Ditto. * gcc.target/i386/fma_float_6.c: Ditto. * gcc.target/i386/l_fma_double_1.c: Ditto. * gcc.target/i386/l_fma_double_2.c: Ditto. * gcc.target/i386/l_fma_double_3.c: Ditto. * gcc.target/i386/l_fma_double_4.c: Ditto. * gcc.target/i386/l_fma_double_5.c: Ditto. * gcc.target/i386/l_fma_double_6.c: Ditto. * gcc.target/i386/l_fma_float_1.c: Ditto. * gcc.target/i386/l_fma_float_2.c: Ditto. * gcc.target/i386/l_fma_float_3.c: Ditto. * gcc.target/i386/l_fma_float_4.c: Ditto. * gcc.target/i386/l_fma_float_5.c: Ditto. * gcc.target/i386/l_fma_float_6.c: Ditto. * gcc.target/i386/l_fma_run_double_1.c: Ditto. * gcc.target/i386/l_fma_run_double_2.c: Ditto. * gcc.target/i386/l_fma_run_double_3.c: Ditto. * gcc.target/i386/l_fma_run_double_4.c: Ditto. * gcc.target/i386/l_fma_run_double_5.c: Ditto. * gcc.target/i386/l_fma_run_double_6.c: Ditto. * gcc.target/i386/l_fma_run_float_1.c: Ditto. * gcc.target/i386/l_fma_run_float_2.c: Ditto. * gcc.target/i386/l_fma_run_float_3.c: Ditto. * gcc.target/i386/l_fma_run_float_4.c: Ditto. * gcc.target/i386/l_fma_run_float_5.c: Ditto. * gcc.target/i386/l_fma_run_float_6.c: Ditto. From-SVN: r179796
This commit is contained in:
parent
3e6aef7c25
commit
d42c1fcaf4
@ -1,3 +1,42 @@
|
||||
2011-10-11 Kirill Yukhin <kirill.yukhin@intel.com>
|
||||
|
||||
* gcc.target/i386/fma_double_1.c: Add -mfpmath=sse.
|
||||
* gcc.target/i386/fma_double_2.c: Ditto.
|
||||
* gcc.target/i386/fma_double_3.c: Ditto.
|
||||
* gcc.target/i386/fma_double_4.c: Ditto.
|
||||
* gcc.target/i386/fma_double_5.c: Ditto.
|
||||
* gcc.target/i386/fma_double_6.c: Ditto.
|
||||
* gcc.target/i386/fma_float_1.c: Ditto.
|
||||
* gcc.target/i386/fma_float_2.c: Ditto.
|
||||
* gcc.target/i386/fma_float_3.c: Ditto.
|
||||
* gcc.target/i386/fma_float_4.c: Ditto.
|
||||
* gcc.target/i386/fma_float_5.c: Ditto.
|
||||
* gcc.target/i386/fma_float_6.c: Ditto.
|
||||
* gcc.target/i386/l_fma_double_1.c: Ditto.
|
||||
* gcc.target/i386/l_fma_double_2.c: Ditto.
|
||||
* gcc.target/i386/l_fma_double_3.c: Ditto.
|
||||
* gcc.target/i386/l_fma_double_4.c: Ditto.
|
||||
* gcc.target/i386/l_fma_double_5.c: Ditto.
|
||||
* gcc.target/i386/l_fma_double_6.c: Ditto.
|
||||
* gcc.target/i386/l_fma_float_1.c: Ditto.
|
||||
* gcc.target/i386/l_fma_float_2.c: Ditto.
|
||||
* gcc.target/i386/l_fma_float_3.c: Ditto.
|
||||
* gcc.target/i386/l_fma_float_4.c: Ditto.
|
||||
* gcc.target/i386/l_fma_float_5.c: Ditto.
|
||||
* gcc.target/i386/l_fma_float_6.c: Ditto.
|
||||
* gcc.target/i386/l_fma_run_double_1.c: Ditto.
|
||||
* gcc.target/i386/l_fma_run_double_2.c: Ditto.
|
||||
* gcc.target/i386/l_fma_run_double_3.c: Ditto.
|
||||
* gcc.target/i386/l_fma_run_double_4.c: Ditto.
|
||||
* gcc.target/i386/l_fma_run_double_5.c: Ditto.
|
||||
* gcc.target/i386/l_fma_run_double_6.c: Ditto.
|
||||
* gcc.target/i386/l_fma_run_float_1.c: Ditto.
|
||||
* gcc.target/i386/l_fma_run_float_2.c: Ditto.
|
||||
* gcc.target/i386/l_fma_run_float_3.c: Ditto.
|
||||
* gcc.target/i386/l_fma_run_float_4.c: Ditto.
|
||||
* gcc.target/i386/l_fma_run_float_5.c: Ditto.
|
||||
* gcc.target/i386/l_fma_run_float_6.c: Ditto.
|
||||
|
||||
2011-10-11 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* gcc.dg/va-arg-4.c: New test.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-options "-O2 -mfma" } */
|
||||
/* { dg-options "-O2 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-options "-O2 -mfma" } */
|
||||
/* { dg-options "-O2 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-options "-O2 -mfma" } */
|
||||
/* { dg-options "-O2 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-options "-O2 -mfma" } */
|
||||
/* { dg-options "-O2 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-options "-O2 -mfma" } */
|
||||
/* { dg-options "-O2 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-options "-O2 -mfma" } */
|
||||
/* { dg-options "-O2 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-options "-O2 -mfma" } */
|
||||
/* { dg-options "-O2 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-options "-O2 -mfma" } */
|
||||
/* { dg-options "-O2 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-options "-O2 -mfma" } */
|
||||
/* { dg-options "-O2 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-options "-O2 -mfma" } */
|
||||
/* { dg-options "-O2 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-options "-O2 -mfma" } */
|
||||
/* { dg-options "-O2 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-options "-O2 -mfma" } */
|
||||
/* { dg-options "-O2 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -5,7 +5,7 @@
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
|
||||
#define TYPE double
|
||||
|
@ -5,7 +5,7 @@
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
|
||||
#define TYPE double
|
||||
|
@ -5,7 +5,7 @@
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
|
||||
#define TYPE double
|
||||
|
@ -5,7 +5,7 @@
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
|
||||
#define TYPE double
|
||||
|
@ -5,7 +5,7 @@
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
|
||||
#define TYPE double
|
||||
|
@ -5,7 +5,7 @@
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
|
||||
#define TYPE double
|
||||
|
@ -5,7 +5,7 @@
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
|
||||
#define TYPE float
|
||||
|
@ -5,7 +5,7 @@
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
|
||||
#define TYPE float
|
||||
|
@ -5,7 +5,7 @@
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
|
||||
#define TYPE float
|
||||
|
@ -5,7 +5,7 @@
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
|
||||
#define TYPE float
|
||||
|
@ -5,7 +5,7 @@
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
|
||||
#define TYPE float
|
||||
|
@ -5,7 +5,7 @@
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
|
||||
#define TYPE float
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-require-effective-target fma } */
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-require-effective-target fma } */
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-require-effective-target fma } */
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-require-effective-target fma } */
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-require-effective-target fma } */
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-require-effective-target fma } */
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-require-effective-target fma } */
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-require-effective-target fma } */
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-require-effective-target fma } */
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-require-effective-target fma } */
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-require-effective-target fma } */
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
|
||||
/* { dg-require-effective-target fma } */
|
||||
/* { dg-options "-O3 -mfma" } */
|
||||
/* { dg-options "-O3 -mfpmath=sse -mfma" } */
|
||||
|
||||
/* Test that the compiler properly optimizes floating point multiply
|
||||
and add instructions into FMA3 instructions. */
|
||||
|
Loading…
Reference in New Issue
Block a user