Re: [RFA PATCH]: i386: Use generic division to generate INVALID and DIVZERO exceptions

2020-04-19 Thread Richard Biener
On Sun, 19 Apr 2020, Uros Bizjak wrote: > This patch implements the idea from glibc, where generic division > operations instead of assembly are used where appropriate. > > --commit-- > i386: Use generic division to generate INVALID and DIVZERO exceptions > > Introduce math_force_eval to evaluat

[RFA PATCH]: i386: Use generic division to generate INVALID and DIVZERO exceptions

2020-04-19 Thread Uros Bizjak via Gcc-patches
This patch implements the idea from glibc, where generic division operations instead of assembly are used where appropriate. --commit-- i386: Use generic division to generate INVALID and DIVZERO exceptions Introduce math_force_eval to evaluate generic division to generate INVALID and DIVZERO exce