RE: [PATCHv2][GCC] Optimise the fpclassify builtin to perform integer operations when possible

2016-10-21 Thread Tamar Christina
rguent...@suse.de] > Sent: 21 October 2016 09:05 > To: Jeff Law > Cc: Tamar Christina; GCC Patches; nd; Richard Earnshaw; Wilco Dijkstra; > ja...@redhat.com; Joseph Myers; Michael Meissner; Moritz Klammler; > Andrew Pinski > Subject: Re: [PATCHv2][GCC] Optimise the fpclassify buil

Re: [PATCHv2][GCC] Optimise the fpclassify builtin to perform integer operations when possible

2016-10-21 Thread Richard Biener
On Thu, 20 Oct 2016, Jeff Law wrote: > On 09/30/2016 07:22 AM, Tamar Christina wrote: > > Hi All, > > > > This is v2 of the patch which adds an optimized route to the fpclassify > > builtin > > for floating point numbers which are similar to IEEE-754 in format. > > > > I have addressed most

Re: [PATCHv2][GCC] Optimise the fpclassify builtin to perform integer operations when possible

2016-10-20 Thread Jeff Law
On 09/30/2016 07:22 AM, Tamar Christina wrote: Hi All, This is v2 of the patch which adds an optimized route to the fpclassify builtin for floating point numbers which are similar to IEEE-754 in format. I have addressed most comments from everyone except for two things: 1) Providing a

Re: [PATCHv2][GCC] Optimise the fpclassify builtin to perform integer operations when possible

2016-10-17 Thread Tamar Christina
Ping From: gcc-patches-ow...@gcc.gnu.org on behalf of Tamar Christina Sent: Friday, September 30, 2016 2:22:35 PM To: GCC Patches Cc: nd; Richard Earnshaw; Wilco Dijkstra; ja...@redhat.com; Joseph