mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
Corrected comment for _obj_is_[row|col]_stored().
Details: - Fixed a mistake in the comments introduced in the previous commit for bli_obj_is_row_stored() and bli_obj_is_col_stored().
This commit is contained in:
@@ -583,8 +583,8 @@ bli_obj_width_stored( obj )
|
||||
|
||||
//
|
||||
// NOTE: The following two macros differ from their non-obj counterparts
|
||||
// in that they do not identify m x 1 and 1 x n objects as column-stored
|
||||
// and row-stored, respectively, which is needed when considering packed
|
||||
// in that they do not identify m x 1 and 1 x n objects as row-stored and
|
||||
// column-stored, respectively, which is needed when considering packed
|
||||
// objects. But this is okay, since none of the invocations of these
|
||||
// "obj" macros are used on packed matrices.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user