config.gcc (x86_64-*-*): Install mmintrin.h and xmmintrin.h.
authorAndreas Jaeger <aj@gcc.gnu.org>
Tue, 15 Jan 2002 06:17:04 +0000 (07:17 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Tue, 15 Jan 2002 06:17:04 +0000 (07:17 +0100)
* config.gcc (x86_64-*-*): Install mmintrin.h and xmmintrin.h.

for testsuite:
* gcc.dg/i386-mmx-1.c: Also run on x86-64.
* gcc.dg/i386-mmx-2.c: Likewise.
* gcc.dg/i386-sse-1.c: Likewise.
* gcc.dg/i386-sse-2.c: Likewise.
* gcc.dg/i386-sse-3.c: Likewise.

From-SVN: r48864

gcc/ChangeLog
gcc/config.gcc
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/i386-mmx-1.c
gcc/testsuite/gcc.dg/i386-mmx-2.c
gcc/testsuite/gcc.dg/i386-sse-1.c
gcc/testsuite/gcc.dg/i386-sse-2.c
gcc/testsuite/gcc.dg/i386-sse-3.c

index 60f1673..630ed95 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-15  Andreas Jaeger  <aj@suse.de>
+
+       * config.gcc (x86_64-*-*): Install mmintrin.h and xmmintrin.h.
+
 2002-01-15  Kazu Hirata  <kazu@hxi.com>
 
        * mips-tfile.c: Fix formatting.
@@ -86,12 +90,12 @@ Mon Jan 14 20:18:19 CET 2002  Jan Hubicka  <jh@suse.cz>
 
        (extendsidi2, zero_extendsidi2): Remove no-conflict blocks.
 
-       (movti splitter): Never use register 0 as base register.        
+       (movti splitter): Never use register 0 as base register.
 
 2002-01-14  Hartmut Penner  <hpenner@de.ibm.com>
 
-       * combine.c (simplify_shift_const): Always generate new rtx 
-       for shift expression instead of reusing given expression. 
+       * combine.c (simplify_shift_const): Always generate new rtx
+       for shift expression instead of reusing given expression.
 
 Mon Jan 14 07:08:55 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
@@ -130,7 +134,7 @@ Sun Jan 13 06:55:31 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
 2002-01-12  Tom Rix  <trix@redhat.com>
 
-       * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Use ior for 
+       * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Use ior for
        TARGET_POWERPC64.
 
 2002-01-12  Richard Henderson  <rth@redhat.com>
@@ -153,7 +157,7 @@ Sat Jan 12 08:54:51 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
        offsets, and change line folding.
        * optabs.c (expand_binop): Remove warnings.
        * sdbout.c (sdbout_record_type_name): Constify NAME to avoid warning.
-       
+
 2002-01-12  Graham Stott <grahams@redhat.com>
 
        * attribs.c (handle_deprecated_attribute): constify WHAT.
@@ -209,7 +213,7 @@ Sat Jan 12 08:54:51 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * conflict.c (conflict_graph_compute): Free regsets when finished.
        * ssa.c (compute_coalesced_reg_partition): Likewise.
-       
+
 2002-01-12  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
 
        * global.c (find_reg): Check for HARD_REGNO_CALL_PART_CLOBBERED
index e87e759..ffb1e85 100644 (file)
@@ -235,6 +235,7 @@ i[34567]86-*-*)
        ;;
 x86_64-*-*)
        cpu_type=i386
+       extra_headers="mmintrin.h xmmintrin.h"
        ;;
 ia64-*-*)
        extra_headers=ia64intrin.h
index c7ce71f..5a8c11d 100644 (file)
@@ -1,3 +1,11 @@
+2002-01-15  Andreas Jaeger  <aj@suse.de>
+
+       * gcc.dg/i386-mmx-1.c: Also run on x86-64.
+       * gcc.dg/i386-mmx-2.c: Likewise.
+       * gcc.dg/i386-sse-1.c: Likewise.
+       * gcc.dg/i386-sse-2.c: Likewise.
+       * gcc.dg/i386-sse-3.c: Likewise.
+
 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
 
         * g77.f-torture/execute/intrinsic-unix-bessel.f:
@@ -23,7 +31,7 @@ Fri Jan 11 12:13:30 2002  Nicola Pero  <n.pero@mi.flashnet.it>
 
 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
 
-        * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr, 
+        * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
        dss, lvsl, lvsr, dstt, dstst, dststt, dst.
 
 2002-01-09  Richard Henderson  <rth@redhat.com>
index 138c9e9..a658909 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target i?86-*-* } } */
+/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-O2 -mmmx" } */
 
 /* Test that the intrinsics compile with optimization.  All of them are
index dc6d961..0c38579 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target i?86-*-* } } */
+/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-O0 -mmmx" } */
 
 /* Test that the intrinsics compile without optimization.  All of them are
index a41a269..1f657e1 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target i?86-*-* } } */
+/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-O2 -msse" } */
 
 /* Test that the intrinsics compile with optimization.  All of them are
index 7dbf72b..38e4e56 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target i?86-*-* } } */
+/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-O0 -msse" } */
 
 /* Test that the intrinsics compile without optimization.  All of them are
index c5c0599..d67a591 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target i?86-*-* } } */
+/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-O2 -msse" } */
 
 /* Test that the intrinsics compile with optimization.  These were not