Re: [PATCH SH] Don't switch mode around fmov (pr61195)

2014-05-16 Thread Oleg Endo
On Fri, 2014-05-16 at 11:14 +0200, Christian Bruel wrote: > Hi, > > This patch reduces the number of unnecessary PR mode switches for single > precision moves. When FPSCR.SZ is not forced. Test illustration in the patch > > Regtested for sh-none-elf with -m4, (-m2a still running), bootstrapped >

Re: [PATCH SH] Don't switch mode around fmov (pr61195)

2014-05-16 Thread Kaz Kojima
Christian Bruel wrote: > This patch reduces the number of unnecessary PR mode switches for single > precision moves. When FPSCR.SZ is not forced. Test illustration in the patch > > Regtested for sh-none-elf with -m4, (-m2a still running), bootstrapped > on sh4-linux-elf board. ok for trunk ? OK.

[PATCH SH] Don't switch mode around fmov (pr61195)

2014-05-16 Thread Christian Bruel
Hi, This patch reduces the number of unnecessary PR mode switches for single precision moves. When FPSCR.SZ is not forced. Test illustration in the patch Regtested for sh-none-elf with -m4, (-m2a still running), bootstrapped on sh4-linux-elf board. ok for trunk ? Many thanks, Christian