Re: [PATCH], PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #07

2015-10-29 Thread David Edelsohn
On Fri, Oct 23, 2015 at 1:43 PM, Michael Meissner wrote: > This patch updates to use the unordered comparison function for IEEE 128-bit > floating point to mimic the behaviour of SFmode/DFmode using the fcmpu > instruction. > > It also restructures the code to allow a

Re: [PATCH], PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #07

2015-10-23 Thread Michael Meissner
This patch updates to use the unordered comparison function for IEEE 128-bit floating point to mimic the behaviour of SFmode/DFmode using the fcmpu instruction. It also restructures the code to allow a future change to drop in easier. I have built the compiler with this patch and the previous