X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_mat.h;h=ed82ec27f90039bcc7e9940d73a42ac109f8398f;hb=97dc0a64bcb6b5152dfa6b1cde54348bc8011a18;hp=3671db1629c379cf9978bc6f77d2a2a47a6b44f5;hpb=d91a2fefa628c00f34416d18fbc1aa2271d5929a;p=platform%2Fupstream%2Fisl.git diff --git a/isl_mat.h b/isl_mat.h index 3671db1..ed82ec2 100644 --- a/isl_mat.h +++ b/isl_mat.h @@ -26,6 +26,9 @@ struct isl_mat { isl_int **row; + /* actual size of the rows in memory; n_col <= max_col */ + unsigned max_col; + struct isl_blk block; };