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]

[wwwdocs] Add "-fexternal-blas" to gcc-4.3/changes.html


Is the wording clear enough?

Tobias

Index: htdocs/gcc-4.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.1
diff -u -r1.1 changes.html
--- htdocs/gcc-4.3/changes.html 21 Oct 2006 02:54:29 -0000      1.1
+++ htdocs/gcc-4.3/changes.html 22 Oct 2006 22:56:38 -0000
@@ -23,6 +23,13 @@
 <h3>C++</h3>

 <h3>Fortran</h3>
+  <ul>
+    <li>The <code>
+    <a
href="http://gcc.gnu.org/onlinedocs/gfortran/Code-Gen-Options.html#Code-Gen-Options";>
+    -fexternal-blas</a></code> option has been added, which
+    adds calls to BLAS for matrix operations such as
+    <code>matmul</code> rather than using the build-in algorithms.</li>
+  </ul>

 <h3>Java (GCJ)</h3>


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