Re: [PATCH], PowerPC IEEE 128-bit patch #6

2015-08-26 Thread David Edelsohn
On Fri, Aug 14, 2015 at 11:47 AM, Michael Meissner wrote: > This is patch #6: > > 2015-08-13 Michael Meissner > > * config/rs6000/rs6000-protos.h (rs6000_expand_float128_convert): > Add declaration. > > * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Fix a >

Re: [PATCH], PowerPC IEEE 128-bit patch #6

2015-08-14 Thread Michael Meissner
Evidently I attached the wrong file for patch #6. 2015-08-13 Michael Meissner * config/rs6000/rs6000-protos.h (rs6000_expand_float128_convert): Add declaration. * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Fix a comment. (rs6000_cannot_change_mo

[PATCH], PowerPC IEEE 128-bit patch #6

2015-08-14 Thread Michael Meissner
There are 3 patches left in the basic IEEE 128-bit floating point support for the compiler. I will submit these at the same time. They are split to make the review process similar. Patch #5 and #6 are indpendent of each other and can be applied in either order. Patch #7 assumes that patches 1-6 ha