This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc and SIMD


ranjith kumar <ranjit_kumar_b4u@yahoo.co.uk> writes:

> > > 2) In those header files all functions call
> > > _builtin_ia32_*. Where those functions(body) are
> > > defined?
> > 
> > They are intrinsic functions automatically defined
> > by the compiler.
> Please tell me in what file they are defined.

config/i386/i386.c defines the builtin functions support for x86 and
x86_64.  They expand into insn patterns described mostly in i386.md,
some in other .md files in that directory.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]