Re: [PATCH, libgcc]: Put soft-FP exception handler out-of-line for x86

2012-06-09 Thread Uros Bizjak
On Thu, Jun 7, 2012 at 9:58 PM, Uros Bizjak wrote: > Attached patch rewrites x86 soft-FP as an out-of-line function that > gets conditionally called when exception occurs. This rewrite removes > 17 instances of the same code from libgcc. In addition, the patch > unifies a lot of code between 32bi

[PATCH, libgcc]: Put soft-FP exception handler out-of-line for x86

2012-06-07 Thread Uros Bizjak
Hello! Attached patch rewrites x86 soft-FP as an out-of-line function that gets conditionally called when exception occurs. This rewrite removes 17 instances of the same code from libgcc. In addition, the patch unifies a lot of code between 32bit and 64bit x86 target, and also introduces SSE instr