This is the mail archive of the gcc-patches@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: documentation for altivec


On Wed, Jan 23, 2002 at 01:59:31AM +0000, Joseph S. Myers wrote:
> On Tue, 22 Jan 2002, Aldy Hernandez wrote:
> 
> > + 32 bit integers, @code{V4SF} for a vector of four 32 bit floating point
> > + numbers, @code{V8HI} for a vector of eight 16 bit integers, and
> > + @code{V16QI} for a vector of sixteen 8 bit integers.
> 
> The adjectives are spelt "32-bit", "16-bit", "8-bit", with hyphens.  See
> codingconventions.html.

in _that_ case, i fixed similar mispellings in the x86 target builtin
documentation, from which i pattern my docs ;-)

> > + The following functions are made available by including @code{altivec.h}
> 
> That should be @code{<altivec.h>}, with the < ... > delimiters, to
> generate the correct output in the printed manual.

done

> OK with those fixes.

thanks

Cheers.
Aldy
--
Aldy Hernandez                  E-mail: aldyh@redhat.com
Professional Gypsy
Red Hat, Inc.


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