Re: [PATCH] Fix float to unsigned conversion failure with SPE enabled

2010-11-16 Thread haishan
Josh Boyer wrote: On Sat, Nov 13, 2010 at 11:11 PM, Hai Shan wrote: Fixed the failure on converting minus float to unsigned int with SPE enabled Signed-off-by: Hai Shan You should make sure to send PowerPC patches to linuxppc-dev. Thanks for your suggestion, I will send it to

Re: [PATCH] Fix float to unsigned conversion failure with SPE enabled

2010-11-16 Thread Josh Boyer
On Sat, Nov 13, 2010 at 11:11 PM, Hai Shan wrote: > Fixed the failure on converting minus float to unsigned int with SPE enabled > > Signed-off-by: Hai Shan You should make sure to send PowerPC patches to linuxppc-dev. josh > --- >  arch/powerpc/math-emu/math_efp.c |   17 + >