Re: [PATCH 1/4] math-emu: Fix single float point division bug

2008-11-05 Thread Kumar Gala
On Oct 27, 2008, at 10:50 PM, Liu Yu wrote: PowerPC float point division emulation is derived from gcc. I reported this problem on gcc maillist and got this reply: http://gcc.gnu.org/ml/gcc/2008-03/msg00543.html Since UDIV_NEEDS_NORMALIZATION is not used by kernel, we should use _FP_DIV_MEAT_1

[PATCH 1/4] math-emu: Fix single float point division bug

2008-10-27 Thread Liu Yu
PowerPC float point division emulation is derived from gcc. I reported this problem on gcc maillist and got this reply: http://gcc.gnu.org/ml/gcc/2008-03/msg00543.html Since UDIV_NEEDS_NORMALIZATION is not used by kernel, we should use _FP_DIV_MEAT_1_udiv_norm to make sure the single float point i