This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gfortran,patch] New option to use BLAS routines for matrix multiplication
On Mon, Oct 09, 2006 at 12:36:01PM -0700, Brooks Moses wrote:
>FX Coudert wrote:
I like this patch very much, conceptually.
>Also, this isn't completely clear on what happens if the matmul-limit
>option isn't specified. Is there a default value of n, or is n
>effectively zero as a default?
see options.c;
+ gfc_option.blas_matmul_limit = 30;
Wasn't there a double underscore naming scheme too?