]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386.c (x86_ext_80387_constants): Add m_K8, m_CORE2 and m_GENERIC64.
authorUros Bizjak <ubizjak@gmail.com>
Mon, 27 Nov 2006 19:50:40 +0000 (20:50 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 27 Nov 2006 19:50:40 +0000 (20:50 +0100)
        * config/i386/i386.c (x86_ext_80387_constants): Add m_K8, m_CORE2
        and m_GENERIC64.

From-SVN: r119260

gcc/ChangeLog
gcc/config/i386/i386.c

index 35dded235729e97222ead1529cdf9ec6c01c6626..fa65b982f32908aab380918ef45220f1c5e6f261 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-27  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/i386.c (x86_ext_80387_constants): Add m_K8, m_CORE2
+       and m_GENERIC64.
+
 2006-11-27  Bob Wilson  <bob.wilson@acm.org>
 
        * config/xtensa/xtensa.h (XCHAL_HAVE_MUL32_HIGH): Provide default.
index 067c192bce47e930d958705a9237ff246ce01e3f..0e172dbf286f242dd12947116eed442dd191e1a2 100644 (file)
@@ -1006,7 +1006,7 @@ const int x86_use_incdec = ~(m_PENT4 | m_NOCONA | m_CORE2 | m_GENERIC);
    integer data in xmm registers.  Which results in pretty abysmal code.  */
 const int x86_inter_unit_moves = 0 /* ~(m_ATHLON_K8) */;
 
-const int x86_ext_80387_constants = m_K6_GEODE | m_ATHLON | m_PENT4 | m_NOCONA | m_PPRO | m_GENERIC32;
+const int x86_ext_80387_constants = m_K6_GEODE | m_ATHLON_K8 | m_PENT4 | m_NOCONA | m_PPRO | m_CORE2 | m_GENERIC;
 /* Some CPU cores are not able to predict more than 4 branch instructions in
    the 16 byte window.  */
 const int x86_four_jump_limit = m_PPRO | m_ATHLON_K8 | m_PENT4 | m_NOCONA | m_CORE2 | m_GENERIC;