Skip to content

Commit

Permalink
Fix unroll parameter selection for MIPS64_GENERIC
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Oct 13, 2024
1 parent 3184b7f commit a47b3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2969,7 +2969,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define GEMM_DEFAULT_OFFSET_B 0
#define GEMM_DEFAULT_ALIGN (BLASLONG) 0x03fffUL

#if defined(NO_MSA)
#if defined(NO_MSA) || defined(MIPS64_GENERIC)
#define SGEMM_DEFAULT_UNROLL_M 2
#define SGEMM_DEFAULT_UNROLL_N 2

Expand Down

0 comments on commit a47b3c8

Please sign in to comment.