This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCH 1/2] BZ#13743: PowerPC - Add a new header for platformspecific functions


On Thu, 2012-03-08 at 13:30 -0800, David Miller wrote:
> From: Steven Munroe <munroesj@linux.vnet.ibm.com>
> Date: Thu, 08 Mar 2012 10:56:58 -0600
> 
> > On Thu, 2012-03-08 at 11:23 -0500, Carlos O'Donell wrote:
> >> What stops GCC from installing a header?
> >> 
> > Well I would have to ask. But the facts are that the existing headers
> > ppc_asm.h and ppu_intrinsics.h seem to be primarily intended for
> > internal gcc use, are not published in /usr/include, and are not
> > documented.
> 
> We add platform specific headers for GCC to export all the time.
> 
> x86 has all of the MMX/SSE intrinsic interfaces in header files
> which GCC exports, and similarly Sparc has a "visintrin.h" header
> for application access to VIS instructions.
> 
Yes but is it documented anywhere? I could not find it on
http://gcc.gnu.org/onlinedocs/ or even even with google search (except
for patch submissions and git/blame hits ;)

For my customers the lack of official documentation and the fact that it
is not found in /usr/include implies not durable (no commitment to be
there in the next release). They will not use it.


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