On Thu, 5 Mar 2015, Joerg Sonnenberger wrote: > On Wed, Mar 04, 2015 at 10:19:00PM +0000, Christos Zoulas wrote: > > In article <20150304165518.ga10...@britannica.bec.de>, > > Joerg Sonnenberger <jo...@britannica.bec.de> wrote: > > >On Wed, Mar 04, 2015 at 03:00:38PM +0000, Christos Zoulas wrote: > > >> In article <20150304142628.gb3...@britannica.bec.de>, > > >> Joerg Sonnenberger <jo...@britannica.bec.de> wrote: > > >> > > >> >It is installed. Check the set lists. > > >> > > >> My question was more like does every compiler supposed to provide it for > > >> x86, > > >> or it is considered an extension? > > > > > >If they are care about support for vector engines, yes. I don't think > > >you will find it in PCC or TCC for example. > > > > So should I just > > #ifndef __lint__ > > it? > > And maybe PCC :)
please don't just add things like that because you aren't sure that PCC currently supports it. That may or not be an issue, but if it is hidden then it will be hidden. If something is a feature but non standard, then lets use a feature test macro to include it iain