Updated some comments in level-3 front ends.

This commit is contained in:
Field G. Van Zee
2014-01-15 16:44:52 -06:00
parent d628bf1da1
commit 06ac727a42
9 changed files with 9 additions and 9 deletions

View File

@@ -152,7 +152,7 @@ INSERT_GENTFUNC_BASIC( gemm, gemm )
//
// Define BLAS-like interfaces with homogeneous-typed operands.
// Define BLAS-like interfaces with heterogeneous-typed operands.
//
#undef GENTFUNC3U12
#define GENTFUNC3U12( ctype_a, ctype_b, ctype_c, ctype_ab, cha, chb, chc, chab, opname, varname ) \

View File

@@ -152,7 +152,7 @@ INSERT_GENTFUNC_BASIC( hemm, hemm )
//
// Define BLAS-like interfaces with homogeneous-typed operands.
// Define BLAS-like interfaces with heterogeneous-typed operands.
//
#undef GENTFUNC3U12
#define GENTFUNC3U12( ctype_a, ctype_b, ctype_c, ctype_ab, cha, chb, chc, chab, opname, varname ) \

View File

@@ -152,7 +152,7 @@ INSERT_GENTFUNC_BASIC( symm, symm )
//
// Define BLAS-like interfaces with homogeneous-typed operands.
// Define BLAS-like interfaces with heterogeneous-typed operands.
//
#undef GENTFUNC3U12
#define GENTFUNC3U12( ctype_a, ctype_b, ctype_c, ctype_ab, cha, chb, chc, chab, opname, varname ) \

View File

@@ -185,7 +185,7 @@ INSERT_GENTFUNC_BASIC( trmm, trmm )
//
// Define BLAS-like interfaces with homogeneous-typed operands.
// Define BLAS-like interfaces with heterogeneous-typed operands.
//
#undef GENTFUNC2
#define GENTFUNC2( ctype_a, ctype_b, cha, chb, opname, varname ) \

View File

@@ -82,7 +82,7 @@ INSERT_GENTPROT_BASIC( trmm )
//
// Prototype BLAS-like interfaces with homogeneous-typed operands.
// Prototype BLAS-like interfaces with heterogeneous-typed operands.
//
#undef GENTPROT2
#define GENTPROT2( ctype_a, ctype_b, cha, chb, opname ) \

View File

@@ -174,7 +174,7 @@ INSERT_GENTFUNC_BASIC( trmm3, trmm3 )
//
// Define BLAS-like interfaces with homogeneous-typed operands.
// Define BLAS-like interfaces with heterogeneous-typed operands.
//
#undef GENTFUNC3U12
#define GENTFUNC3U12( ctype_a, ctype_b, ctype_c, ctype_ab, cha, chb, chc, chab, opname, varname ) \

View File

@@ -71,7 +71,7 @@ INSERT_GENTPROT_BASIC( trmm3 )
//
// Prototype BLAS-like interfaces with homogeneous-typed operands.
// Prototype BLAS-like interfaces with heterogeneous-typed operands.
//
#undef GENTPROT3U12
#define GENTPROT3U12( ctype_a, ctype_b, ctype_c, ctype_ab, cha, chb, chc, chab, opname ) \

View File

@@ -185,7 +185,7 @@ INSERT_GENTFUNC_BASIC( trsm, trsm )
//
// Define BLAS-like interfaces with homogeneous-typed operands.
// Define BLAS-like interfaces with heterogeneous-typed operands.
//
#undef GENTFUNC2
#define GENTFUNC2( ctype_a, ctype_b, cha, chb, opname, varname ) \

View File

@@ -88,7 +88,7 @@ INSERT_GENTPROT_BASIC( trsm )
//
// Prototype BLAS-like interfaces with homogeneous-typed operands.
// Prototype BLAS-like interfaces with heterogeneous-typed operands.
//
#undef GENTPROT2
#define GENTPROT2( ctype_a, ctype_b, cha, chb, opname ) \