mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
Add const correctness to auxinfo_t struct (microkernels need update theoretically).
This commit is contained in:
@@ -571,8 +571,8 @@ typedef struct
|
||||
|
||||
// Pointers to the micro-panels of A and B which will be used by the
|
||||
// next call to the micro-kernel.
|
||||
void* a_next;
|
||||
void* b_next;
|
||||
const void* a_next;
|
||||
const void* b_next;
|
||||
|
||||
// The imaginary strides of A and B.
|
||||
inc_t is_a;
|
||||
|
||||
Reference in New Issue
Block a user