Re: Ping: [GCC][PATCH] Add ARM-specific Bfloat format support to middle-end

2019-12-11 Thread Kyrill Tkachov
Hi all, On 12/11/19 9:41 AM, Stam Markianos-Wright wrote: On 12/11/19 3:48 AM, Jeff Law wrote: > On Mon, 2019-12-09 at 13:40 +, Stam Markianos-Wright wrote: >> >> On 12/3/19 10:31 AM, Stam Markianos-Wright wrote: >>> >>> On 12/2/19 9:27 PM, Joseph Myers wrote: On Mon, 2 Dec 2019,

Re: Ping: [GCC][PATCH] Add ARM-specific Bfloat format support to middle-end

2019-12-11 Thread Stam Markianos-Wright
On 12/11/19 3:48 AM, Jeff Law wrote: > On Mon, 2019-12-09 at 13:40 +, Stam Markianos-Wright wrote: >> >> On 12/3/19 10:31 AM, Stam Markianos-Wright wrote: >>> >>> On 12/2/19 9:27 PM, Joseph Myers wrote: On Mon, 2 Dec 2019, Jeff Law wrote: >> 2019-11-13 Stam Markianos-Wright <

Re: Ping: [GCC][PATCH] Add ARM-specific Bfloat format support to middle-end

2019-12-10 Thread Jeff Law
On Mon, 2019-12-09 at 13:40 +, Stam Markianos-Wright wrote: > > On 12/3/19 10:31 AM, Stam Markianos-Wright wrote: > > > > On 12/2/19 9:27 PM, Joseph Myers wrote: > > > On Mon, 2 Dec 2019, Jeff Law wrote: > > > > > > > > 2019-11-13 Stam Markianos-Wright < > > > > >

Ping: [GCC][PATCH] Add ARM-specific Bfloat format support to middle-end

2019-12-09 Thread Stam Markianos-Wright
On 12/3/19 10:31 AM, Stam Markianos-Wright wrote: > > > On 12/2/19 9:27 PM, Joseph Myers wrote: >> On Mon, 2 Dec 2019, Jeff Law wrote: >> 2019-11-13  Stam Markianos-Wright      * real.c (struct arm_bfloat_half_format,     encode_arm_bfloat_half,

Re: [GCC][PATCH] Add ARM-specific Bfloat format support to middle-end

2019-12-03 Thread Stam Markianos-Wright
On 12/2/19 9:27 PM, Joseph Myers wrote: > On Mon, 2 Dec 2019, Jeff Law wrote: > >>> 2019-11-13 Stam Markianos-Wright >>> >>> * real.c (struct arm_bfloat_half_format, >>> encode_arm_bfloat_half, decode_arm_bfloat_half): New. >>> * real.h (arm_bfloat_half_format): New.

Re: [GCC][PATCH] Add ARM-specific Bfloat format support to middle-end

2019-12-02 Thread Joseph Myers
On Mon, 2 Dec 2019, Jeff Law wrote: > > 2019-11-13 Stam Markianos-Wright > > > >* real.c (struct arm_bfloat_half_format, > >encode_arm_bfloat_half, decode_arm_bfloat_half): New. > >* real.h (arm_bfloat_half_format): New. > > > > > Generally OK. Please consider using

Re: [GCC][PATCH] Add ARM-specific Bfloat format support to middle-end

2019-12-02 Thread Jeff Law
On 11/15/19 5:02 AM, Stam Markianos-Wright wrote: > Hi all, > > This patch adds support for a new real_format for ARM Brain Floating > Point numbers to the middle end. This is to be used exclusively in the > ARM back-end. > > The encode_arm_bfloat_half and decode_arm_bfloat_half functions are

Ping: [GCC][PATCH] Add ARM-specific Bfloat format support to middle-end

2019-12-02 Thread Stam Markianos-Wright
On 11/25/19 2:54 PM, Stam Markianos-Wright wrote: > > On 11/15/19 12:02 PM, Stam Markianos-Wright wrote: >> Hi all, >> >> This patch adds support for a new real_format for ARM Brain Floating >> Point numbers to the middle end. This is to be used exclusively in the >> ARM back-end. >> >> The

Ping: [GCC][PATCH] Add ARM-specific Bfloat format support to middle-end

2019-11-25 Thread Stam Markianos-Wright
On 11/15/19 12:02 PM, Stam Markianos-Wright wrote: > Hi all, > > This patch adds support for a new real_format for ARM Brain Floating > Point numbers to the middle end. This is to be used exclusively in the > ARM back-end. > > The encode_arm_bfloat_half and decode_arm_bfloat_half functions

[GCC][PATCH] Add ARM-specific Bfloat format support to middle-end

2019-11-15 Thread Stam Markianos-Wright
Hi all, This patch adds support for a new real_format for ARM Brain Floating Point numbers to the middle end. This is to be used exclusively in the ARM back-end. The encode_arm_bfloat_half and decode_arm_bfloat_half functions are provided to satisfy real_format struct requirements, but are