mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-02 06:40:25 +08:00
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
This commit is contained in:
parent
327e3a0331
commit
71615adf0c
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user