Fixed missing restrict in knl sgemm prototype.

Details:
- Added a missing 'restrict' qualifier in the sgemm ukernel prototype
  for knl. (Not sure how that code was ever compiling before now.)
This commit is contained in:
Field G. Van Zee
2020-09-12 17:37:21 -05:00
parent ece9f6a3ef
commit 0779559509

View File

@@ -188,7 +188,7 @@ void bli_sgemm_knl_asm_24x16
double* restrict b,
double* restrict beta,
double* restrict c, inc_t rs_c_, inc_t cs_c_,
auxinfo_t* data,
auxinfo_t* restrict data,
cntx_t* restrict cntx
)
{