[wwwdocs] Add "-fexternal-blas" to gcc-4.3/changes.html
Tobias Burnus
burnus@gmx.de
Mon Oct 23 14:19:00 GMT 2006
Hi,
FX Coudert wrote:
> "build-in" should be "built-in", and I'd prefer "which generates calls
> to BLAS function for...", but I'm not a native english speaker. Brooks
> usually has wise things to say about wording...
Updated version. I used "BLAS routines" as they are (Fortran-wise) not
functions but subroutines.
Are there further comments, suggestions or errors?
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 23 Oct 2006 11:32:33 -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
+ generates calls to BLAS routines for matrix operations such as
+ <code>matmul</code> rather than using the built-in algorithms.</li>
+ </ul>
<h3>Java (GCJ)</h3>
More information about the Fortran
mailing list