Re: gcc and SIMD

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

 



ranjith kumar <ranjit_kumar_b4u@xxxxxxxxxxx> 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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux