Commit 71615adf by Uros Bizjak Committed by Uros Bizjak

i386.c (x86_ext_80387_constants): Add m_K8, m_CORE2 and m_GENERIC64.

        * config/i386/i386.c (x86_ext_80387_constants): Add m_K8, m_CORE2
        and m_GENERIC64.

From-SVN: r119260
parent 327e3a03
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> 2006-11-27 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.h (XCHAL_HAVE_MUL32_HIGH): Provide default. * config/xtensa/xtensa.h (XCHAL_HAVE_MUL32_HIGH): Provide default.
......
...@@ -1006,7 +1006,7 @@ const int x86_use_incdec = ~(m_PENT4 | m_NOCONA | m_CORE2 | m_GENERIC); ...@@ -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. */ integer data in xmm registers. Which results in pretty abysmal code. */
const int x86_inter_unit_moves = 0 /* ~(m_ATHLON_K8) */; 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 /* Some CPU cores are not able to predict more than 4 branch instructions in
the 16 byte window. */ the 16 byte window. */
const int x86_four_jump_limit = m_PPRO | m_ATHLON_K8 | m_PENT4 | m_NOCONA | m_CORE2 | m_GENERIC; const int x86_four_jump_limit = m_PPRO | m_ATHLON_K8 | m_PENT4 | m_NOCONA | m_CORE2 | m_GENERIC;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment