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

Kumar Gala kumar.gala at freescale.com
Thu Nov 6 15:03:17 EST 2008


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_udiv_norm to make sure the single float point
> is normalized before udiv_qrnnd.
>
> Signed-off-by: Liu Yu <yu.liu at freescale.com>
> ---
> arch/powerpc/include/asm/sfp-machine.h |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

applied to next.

- k



More information about the Linuxppc-dev mailing list