]> git.ipfire.org Git - thirdparty/gcc.git/commit
Assume x86-64 if a 32-bit processor supports SSE2 and 64-bit
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 23 Jun 2014 16:28:36 +0000 (16:28 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 23 Jun 2014 16:28:36 +0000 (09:28 -0700)
commit228e5d2b0cb64bad4f3f96a0723c14dd6a378c8b
tree4db53f2e216ff801291992c1cbff3c02e585dad2
parent5c7dac8aa1a2ccc42325dd680e515c64a797bef4
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.

From-SVN: r211901
gcc/ChangeLog
gcc/config/i386/driver-i386.c