On Mon, 15 Mar 2021 at 10:17, Sjoerd Meijer wrote:
>
> Many thanks for your replies and thoughts on this.
>
> I wanted to add that I agree with this, and say that this is the
> current state in Clang (exactly because of the reason that
> _Float16 is entirely new):
>
> I see less value in adding add
with _Float16 and others could be
added later if required?
Cheers,
Sjoerd.
From: Jonathan Wakely
Sent: 12 March 2021 22:03
To: Joseph Myers
Cc: Sjoerd Meijer ; Kito Cheng ;
GCC
Subject: Re: IEEE Interchange floating point and extended floating point for C++
On Fri, 12 Mar 2021, 21:55 Joseph Myers, wrote:
> On Fri, 12 Mar 2021, Jonathan Wakely via Gcc wrote:
>
> > I see less value in adding additional distinct types that don't add
> > anything you can't already do. _Float16 gives you access to an entirely
> new
> > data type. _Float32 just complicate
On Fri, 12 Mar 2021, Jonathan Wakely via Gcc wrote:
> I see less value in adding additional distinct types that don't add
> anything you can't already do. _Float16 gives you access to an entirely new
> data type. _Float32 just complicates overloading of it's a new type with
So would you then supp
On Fri, 12 Mar 2021, 18:14 Joseph Myers, wrote:
> On Fri, 12 Mar 2021, Joseph Myers wrote:
>
> > On Fri, 12 Mar 2021, Jonathan Wakely wrote:
> >
> > > On Fri, 12 Mar 2021 at 12:26, Sjoerd Meijer via Gcc
> wrote:
> > > > So here's finally my concrete question: what do we think about
> making _Flo
On Fri, 12 Mar 2021, Joseph Myers wrote:
> On Fri, 12 Mar 2021, Jonathan Wakely wrote:
>
> > On Fri, 12 Mar 2021 at 12:26, Sjoerd Meijer via Gcc wrote:
> > > So here's finally my concrete question: what do we think about making
> > > _Float16 available in C++ mode?
> >
> > I think GCC should d
On Fri, 12 Mar 2021, Jonathan Wakely wrote:
> On Fri, 12 Mar 2021 at 12:26, Sjoerd Meijer via Gcc wrote:
> > So here's finally my concrete question: what do we think about making
> > _Float16 available in C++ mode?
>
> I think GCC should do it.
What about types with the same format as an exist
On Fri, 12 Mar 2021 at 12:26, Sjoerd Meijer via Gcc wrote:
> So here's finally my concrete question: what do we think about making
> _Float16 available in C++ mode?
I think GCC should do it.
Hello GCC,
Greetings from Clang community! :-) I implemented _Float16 support in Clang.
On the Clang mailing list the request was made if we could rebrand __fp16 to a
native half-precision type in Clang, but only for RISC-V. I objected to that
for a few different reasons, and learned that the m
On Thu, 11 Mar 2021 at 15:32, Joseph Myers wrote:
>
> On Thu, 11 Mar 2021, Kito Cheng wrote:
>
> > I've read the note about C++ support from the initial commit log[1],
> > so I know there is some concern about C++ support for that, is it
> > possible to enable that for C++ like a language extensio
Hi Joseph:
> I don't know if C++ has reached any conclusions about what form C++
> support for such types should take, but my expectation was that something
> library-based, similar to the support for decimal floating-point types,
> might be used.
Thanks, my understanding is that we are not inten
Hi Jonathan:
Thanks for providing that information!
On Fri, Mar 12, 2021 at 12:17 AM Jonathan Wakely via Gcc
wrote:
>
> On Thu, 11 Mar 2021 at 15:14, Jonathan Wakely wrote:
> >
> > On Thu, 11 Mar 2021 at 15:07, Gabriel Ravier via Gcc
> > wrote:
> > >
> > > On 3/11/21 1:56 PM, Jonathan Wakely
On Thu, 11 Mar 2021 at 15:14, Jonathan Wakely wrote:
>
> On Thu, 11 Mar 2021 at 15:07, Gabriel Ravier via Gcc wrote:
> >
> > On 3/11/21 1:56 PM, Jonathan Wakely via Gcc wrote:
> > > On Thu, 11 Mar 2021 at 09:43, Kito Cheng via Gcc wrote:
> > >> Hi:
> > >>
> > >> Would it be possible to support in
On Thu, 11 Mar 2021 at 15:07, Gabriel Ravier via Gcc wrote:
>
> On 3/11/21 1:56 PM, Jonathan Wakely via Gcc wrote:
> > On Thu, 11 Mar 2021 at 09:43, Kito Cheng via Gcc wrote:
> >> Hi:
> >>
> >> Would it be possible to support interchange floating point and/or
> >> extended floating point for C++,
On Thu, 11 Mar 2021, Kito Cheng wrote:
> I've read the note about C++ support from the initial commit log[1],
> so I know there is some concern about C++ support for that, is it
> possible to enable that for C++ like a language extension for C++?
I don't know if C++ has reached any conclusions ab
On 3/11/21 1:56 PM, Jonathan Wakely via Gcc wrote:
On Thu, 11 Mar 2021 at 09:43, Kito Cheng via Gcc wrote:
Hi:
Would it be possible to support interchange floating point and/or
extended floating point for C++, which is introduced by ISO/IEC TS
18661-3?
I've read the note about C++ support fro
On Thu, 11 Mar 2021 at 09:43, Kito Cheng via Gcc wrote:
>
> Hi:
>
> Would it be possible to support interchange floating point and/or
> extended floating point for C++, which is introduced by ISO/IEC TS
> 18661-3?
>
> I've read the note about C++ support from the initial commit log[1],
> so I know
17 matches
Mail list logo