OSDN Git Service

* config/i386/i386.c (x86_ext_80387_constants): Add m_K8, m_CORE2
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Nov 2006 19:50:40 +0000 (19:50 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Nov 2006 19:50:40 +0000 (19:50 +0000)
        and m_GENERIC64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119260 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 35dded2..fa65b98 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 067c192..0e172db 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;