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

From-SVN: r69299
This commit is contained in:
Andreas Jaeger 2003-07-13 20:22:54 +02:00 committed by Andreas Jaeger
parent 438396422c
commit 1a7d084043
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-07-13 Andreas Jaeger <aj@suse.de>
* config.gcc: Add pmmintrin.h for x86_64-*-*.
2003-07-13 Zack Weinberg <zack@codesourcery.com>
* Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).

View File

@ -299,7 +299,7 @@ i[34567]86-*-*)
;;
x86_64-*-*)
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
;;
ia64-*-*)