mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
Minor comment update to BLAS compat files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user