Commit 1a7d0840 by Andreas Jaeger Committed by Andreas Jaeger

* config.gcc: Add pmmintrin.h for x86_64-*-*.

From-SVN: r69299
parent 43839642
2003-07-13 Andreas Jaeger <aj@suse.de>
* config.gcc: Add pmmintrin.h for x86_64-*-*.
2003-07-13 Zack Weinberg <zack@codesourcery.com> 2003-07-13 Zack Weinberg <zack@codesourcery.com>
* Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).
......
...@@ -299,7 +299,7 @@ i[34567]86-*-*) ...@@ -299,7 +299,7 @@ i[34567]86-*-*)
;; ;;
x86_64-*-*) x86_64-*-*)
cpu_type=i386 cpu_type=i386
extra_headers="mmintrin.h xmmintrin.h emmintrin.h" extra_headers="mmintrin.h xmmintrin.h emmintrin.h pmmintrin.h"
need_64bit_hwint=yes need_64bit_hwint=yes
;; ;;
ia64-*-*) ia64-*-*)
......
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