Skip to content

Commit

Permalink
fix compilation warning in blasfeo_hp_cm/dgetrf
Browse files Browse the repository at this point in the history
  • Loading branch information
giaf committed Aug 25, 2022
1 parent 504d0ec commit c8801b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blasfeo_hp_cm/dgetrf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ void blasfeo_hp_dgetrf_np(int m, int n, struct blasfeo_dmat *sC, int ci, int cj,
// if(m>=12 | n>=12 | m>K_MAX_STACK)
#endif
{
#if defined(BLASFEO_REF_API)
#if defined( BLASFEO_REF_API) & ! ( defined(BLAS_API) & defined(MF_PANELMAJ) )
blasfeo_ref_dgetrf_np(m, n, sC, ci, cj, sD, di, dj);
return;
#else
Expand Down

0 comments on commit c8801b2

Please sign in to comment.