This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: [wwwdocs] Add "-fexternal-blas" to gcc-4.3/changes.html


Tobias Burnus wrote:
Are there further comments, suggestions or errors?
[...]
 <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>

It looks good to me. The only additional suggestion I would have is to put "intrinsic" in front of "matrix operations", to make it clear that this is only affecting intrinsics and not user code.


- Brooks


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