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: [webdocs] Mention VIS built-in functions


Eric Botcazou <ebotcazou@libertysurf.fr> writes:

> >   This patch puts in an entry to gcc-4.0/changes.html for the VIS built-ins
> > on the SPARC architecture.
> 
> +    <li>Greater support for the SPARC VIS instructions has been added.  It is
> +        enabled by <code>-mvis</code> and provides new built-in functions
> +	for VIS instructions on the SPARC.</li>
> 
> I think "Support for the Sun VIS Instruction Set has been enhanced.  It is ...
> ... for VIS instructions on UltraSPARC processors" would be better.

 I used Sun's Visual Instruction Set (VIS)... . 

 Ok to commit the attached change?
-- 
Thanks,
Jim

http://www.student.cs.uwaterloo.ca/~ja2morri/
http://phython.blogspot.com
http://open.nit.ca/wiki/?page=jim

Index: gcc-4.0/changes.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v
retrieving revision 1.17
diff -u -r1.17 changes.html
--- gcc-4.0/changes.html	22 Nov 2004 12:03:09 -0000	1.17
+++ gcc-4.0/changes.html	28 Nov 2004 22:50:10 -0000
@@ -284,6 +284,9 @@
     <li>Code generation for function prologues and epilogues has been
         improved, resulting in better scheduling and allowing multiple
         exit points in functions.</li>
+    <li>Support for Sun's Visual Instruction Set (VIS) has been enhanced.
+	It is enabled by <code>-mvis</code> and provides new built-in functions
+	for VIS instructions on UltraSPARC processors.</li>
   </ul>
 
 <h3>NetWare</h3>

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