diff --git a/frame/3/bli_l3_sup.c b/frame/3/bli_l3_sup.c index 006a74658..cb0d555d4 100644 --- a/frame/3/bli_l3_sup.c +++ b/frame/3/bli_l3_sup.c @@ -46,7 +46,7 @@ err_t bli_gemmsup ) { // Return early if small matrix handling is disabled at configure-time. - #ifdef BLIS_DISABLE_SM_HANDLING + #ifdef BLIS_DISABLE_SUP_HANDLING return BLIS_FAILURE; #endif