tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Implementing gcc intrinsics


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] Implementing gcc intrinsics
Date: Wed, 13 Apr 2016 12:02:20 +0300

> Actually, is there support for inlines in tcc?

No, tcc don't inline functions. From tcc-doc.texi: inline keyword is ignored
But I thinks it is not so difficult to implement this in preprocessor
(like macro)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]