On Fri, Mar 24, 2023 at 3:06 AM Jonathan Wakely wrote:
>
> On Fri, 24 Mar 2023 at 09:58, Jonathan Wakely wrote:
> >
> > On Fri, 24 Mar 2023 at 07:10, Ken Matsui via Gcc wrote:
> > >
> > > Hi,
> > >
> > > I am working on the GSoC project, "C++: Implement compiler built-in
> > > traits for the sta
On Fri, 24 Mar 2023 at 07:10, Ken Matsui via Gcc wrote:
>
> Hi,
>
> I am working on the GSoC project, "C++: Implement compiler built-in
> traits for the standard library traits". I found the following library
> traits that I am not sure if implementing built-in traits brings
> reasonable speed up.
On Fri, 24 Mar 2023 at 09:58, Jonathan Wakely wrote:
>
> On Fri, 24 Mar 2023 at 07:10, Ken Matsui via Gcc wrote:
> >
> > Hi,
> >
> > I am working on the GSoC project, "C++: Implement compiler built-in
> > traits for the standard library traits". I found the following library
> > traits that I am
Hi,
I am working on the GSoC project, "C++: Implement compiler built-in
traits for the standard library traits". I found the following library
traits that I am not sure if implementing built-in traits brings
reasonable speed up.
* std::is_fundamental
* std::is_arithmetic
* std::is_scalar
* std::i