Re: [PATCH, i386]: Use AVX FP instructions in libgcc soft-fp exception handler

2011-08-24 Thread Uros Bizjak
On Wed, Aug 24, 2011 at 12:54 PM, Joseph S. Myers wrote: > On Tue, 23 Aug 2011, Uros Bizjak wrote: >> 2011-08-23  Uros Bizjak   >> >>       * config/i386/64/sfp-machine.h (ASM_INVALID): New define. >>       (ASM_DIVZERO): Ditto. >>       (FP_HANLDE_EXCEPTIONS): Use ASM_INVALID and ASM_DIVZERO. >>

Re: [PATCH, i386]: Use AVX FP instructions in libgcc soft-fp exception handler

2011-08-24 Thread Joseph S. Myers
On Tue, 23 Aug 2011, Uros Bizjak wrote: > Hello! > > 2011-08-23 Uros Bizjak > > * config/i386/64/sfp-machine.h (ASM_INVALID): New define. > (ASM_DIVZERO): Ditto. > (FP_HANLDE_EXCEPTIONS): Use ASM_INVALID and ASM_DIVZERO. > > Tested on x86_64-pc-linux-gnu {,-m32}. Committed

[PATCH, i386]: Use AVX FP instructions in libgcc soft-fp exception handler

2011-08-22 Thread Uros Bizjak
Hello! 2011-08-23 Uros Bizjak * config/i386/64/sfp-machine.h (ASM_INVALID): New define. (ASM_DIVZERO): Ditto. (FP_HANLDE_EXCEPTIONS): Use ASM_INVALID and ASM_DIVZERO. Tested on x86_64-pc-linux-gnu {,-m32}. Committed to mainline SVN, will be backported to release branch