Minor comment update to BLAS compat files.

This commit is contained in:
Field G. Van Zee
2013-11-06 10:09:10 -06:00
parent 1abbf768af
commit 1f8afc3e08
42 changed files with 42 additions and 42 deletions

View File

@@ -58,7 +58,7 @@ ftype PASTEF772(chxy,blasname,chc)( \
/* Initialize BLIS (if it is not already initialized). */ \
bli_init_safe( &init_result ); \
\
/* Convert negative values of n to zero. */ \
/* Convert/typecast negative values of n to zero. */ \
bli_convert_blas_dim1( *n, n0 ); \
\
/* If the input increments are negative, adjust the pointers so we can