Re: [PATCH] [RFC] Xilinx Virtex 4 FX Soft FPU support

2010-05-20 Thread Sergey Temerkhanov
On Wednesday 19 May 2010 20:52:01 Grant Likely wrote: Hi Sergey. Comments below. diff -r 9d9ac97e095d .config --- a/.config Thu Feb 25 21:23:42 2010 +0300 +++ b/.config Thu Feb 25 21:49:02 2010 +0300 .config changes should not appear in your patch file. diff -r

Re: [PATCH] [RFC] Xilinx Virtex 4 FX Soft FPU support

2010-05-19 Thread Grant Likely
On Fri, Mar 19, 2010 at 9:49 AM, Sergey Temerkhanov temerkha...@cifronik.ru wrote: The patch. Regards, Resgey Temerkhanov Hi Sergey. Comments below. diff -r 9d9ac97e095d .config --- a/.config Thu Feb 25 21:23:42 2010 +0300 +++ b/.config Thu Feb 25 21:49:02 2010 +0300 .config changes

[PATCH] [RFC] Xilinx Virtex 4 FX Soft FPU support

2010-03-19 Thread Sergey Temerkhanov
This patch enables support for Xilinx Virtex 4 FX singe-float FPU. Caveats: - Hard-float binaries which rely on in-kernel math emulation will give wrong results since they expect 64-bit double-precision instead of 32-bit single- precision

Re: [PATCH] [RFC] Xilinx Virtex 4 FX Soft FPU support

2010-03-19 Thread Sergey Temerkhanov
The patch. Regards, Resgey Temerkhanov diff -r 9d9ac97e095d .config --- a/.config Thu Feb 25 21:23:42 2010 +0300 +++ b/.config Thu Feb 25 21:49:02 2010 +0300 @@ -14,10 +14,12 @@ CONFIG_40x=y # CONFIG_44x is not set # CONFIG_E200 is not set +CONFIG_PPC_FPU=y CONFIG_4xx=y