Re: [Patch libgcc AArch64 12/17] Enable hfmode soft-float conversions and truncations

2016-11-24 Thread Richard Earnshaw (lists)
On 11/11/16 15:40, James Greenhalgh wrote: > > Hi, > > This patch enables the conversion functions we need for AArch64's _Float16 > support. To do that we need to implement TARGET_SCALAR_MODE_SUPPORTED_P, > so do that now. > > OK? > > Thanks, > James > > --- > gcc/ > > 2016-11-09 James Green

Re: [Patch libgcc AArch64 12/17] Enable hfmode soft-float conversions and truncations

2016-11-24 Thread James Greenhalgh
On Fri, Nov 11, 2016 at 03:40:50PM +, James Greenhalgh wrote: > > Hi, > > This patch enables the conversion functions we need for AArch64's _Float16 > support. To do that we need to implement TARGET_SCALAR_MODE_SUPPORTED_P, > so do that now. Ping. Thanks, James > > OK? > > Thanks, > Jame

[Patch libgcc AArch64 12/17] Enable hfmode soft-float conversions and truncations

2016-11-11 Thread James Greenhalgh
Hi, This patch enables the conversion functions we need for AArch64's _Float16 support. To do that we need to implement TARGET_SCALAR_MODE_SUPPORTED_P, so do that now. OK? Thanks, James --- gcc/ 2016-11-09 James Greenhalgh * config/aarch64/aarch64-c.c (aarch64_scalar_mode_supporte