* config.gcc: Add pmmintrin.h for x86_64-*-*.
From-SVN: r69299
This commit is contained in:
parent
438396422c
commit
1a7d084043
2 changed files with 5 additions and 1 deletions
|
@ -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).
|
||||
|
|
|
@ -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-*-*)
|
||||
|
|
Loading…
Add table
Reference in a new issue