]> git.ipfire.org Git - thirdparty/gcc.git/commit
Assume x86-64 if a 32-bit processor supports SSE2 and 64-bit
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jun 2014 16:28:36 +0000 (16:28 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jun 2014 16:28:36 +0000 (16:28 +0000)
commit79cf3b316b32972536c17b76ecfd0d1642d35506
tree4db53f2e216ff801291992c1cbff3c02e585dad2
parent761d3cae9ae2170561b7ff586bfea48ceea9908a
Assume x86-64 if a 32-bit processor supports SSE2 and 64-bit

PR target/61570
* config/i386/driver-i386.c (host_detect_local_cpu): Set arch
to x86-64 if a 32-bit processor supports SSE2 and 64-bit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211901 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/driver-i386.c