/bismon or on
https://github.com/bstarynk/misc-basile/blob/master/manydl.c
Regards from near Paris in France
PS. My open source project is an inference engine on
https://github.com/RefPerSys/RefPerSys/
--
Basile STARYNKEVITCH
8 rue de la Faïencerie
92340 Bourg-la-Reine, Fran
on't know how to make that happen)
Regards from near Paris in France.
--
Basile STARYNKEVITCH
8 rue de la Faïencerie
92340 Bourg-la-Reine, France
http://starynkevitch.net/Basile & https://github.com/bstarynk
x27;t explain how to create a GCCJIT union type.
Is there a simple C++ example creating a union for libgccjit 14?
Thanks
--
Basile STARYNKEVITCH
8 rue de la Faïencerie
92340 Bourg-la-Reine, France
http://starynkevitch.net/Basile & https://github.com/bstarynk
On Fri, 2024-12-13 at 11:03 +0100, Basile Starynkevitch wrote:
> Hello all,
>
> On GNU Linux/Ubuntu/x86_64 I am using libgccjit++ (in
> https://github.com/RefPerSys/RefPerSys/ - a GPLv3+ inference engine
> project) but I cannot understand how to create in C++ a union type.
>
On Fri, 2024-12-13 at 10:48 -0500, David Malcolm wrote:
> On Fri, 2024-12-13 at 11:24 +0100, Basile Starynkevitch wrote:
> > On Fri, 2024-12-13 at 11:03 +0100, Basile Starynkevitch wrote:
> > > Hello all,
> > >
> > > On GNU Linux/Ubuntu/x86_64 I am using libg
};
+ int get_column() const {
+return m_column;
+ };
+ bool is_created_by_user() const {
+return m_created_by_user;
+ };
};
class type : public memento
Could someone please review it (and if autorized to) apply it? I feel it is
pretty trivial and definitely useful.
Thanks