This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SSE conversion optimization


On Sun, Sep 09, 2007 at 12:02:28AM +0200, Jan Hubicka wrote:
> Hi,
> Amdfam10 preffers doing packed conversions destinating SSE register rather than scalar.
> This means basically following replacments:
> 
> -      cvtsi2sd -> movd + cvtdq2pd
> -      cvtsi2ss -> movd + cvtdq2ps

Can you disable them for -mtune=generic if an extra pair of
memory load/store is added?

Thanks.


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]