Message ID | CAAkRFZJv-CUKDju7QT2ngDFT50BpU6w7fwPQXuiZfAHycG74dw@mail.gmail.com |
---|---|
State | New |
Headers | show |
On Sat, Dec 1, 2012 at 6:50 AM, Xinliang David Li wrote: > 2010-11-30 Xinliang David Li <> > > * config/i386/i386.c: Allow sign extend instructions (cltd etc) > on modern CPUs. You installed the patch without the ChangeLog entry... (http://gcc.gnu.org/ml/gcc-cvs/2012-12/msg00027.html) Ciao! Steven
Fixed. thanks, David On Sat, Dec 1, 2012 at 4:08 PM, Steven Bosscher <stevenb.gcc@gmail.com> wrote: > On Sat, Dec 1, 2012 at 6:50 AM, Xinliang David Li wrote: >> 2010-11-30 Xinliang David Li <> >> >> * config/i386/i386.c: Allow sign extend instructions (cltd etc) >> on modern CPUs. > > You installed the patch without the ChangeLog entry... > (http://gcc.gnu.org/ml/gcc-cvs/2012-12/msg00027.html) > > Ciao! > Steven
Index: config/i386/i386.c =================================================================== --- config/i386/i386.c (revision 193861) +++ config/i386/i386.c (working copy) @@ -1822,7 +1822,7 @@ static unsigned int initial_ix86_tune_fe m_K6, /* X86_TUNE_USE_CLTD */ - ~(m_PENT | m_CORE2I7 | m_ATOM | m_K6 | m_GENERIC), + ~(m_PENT | m_ATOM | m_K6), /* X86_TUNE_USE_XCHGB: Use xchgb %rh,%rl instead of rolw/rorw $8,rx. */ m_PENT4,