Fix merge conflicts after rebase with release branch

Change-Id: I581b26c6d515f717ff0dce91c7c0c92553aa2630
This commit is contained in:
prangana
2017-12-11 12:53:03 +05:30

View File

@@ -46,7 +46,7 @@ void bli_gemm_front
cntl_t* cntl
)
{
#ifdef BLIS_SMALL_MATRIX_ENABLE
gint_t status = bli_gemm_small_matrix(alpha, a, b, beta, c, cntx, cntl);
if(BLIS_SUCCESS != status)