Skip to content

Commit

Permalink
Merge pull request OpenMathLib#4936 from martin-frbg/fixmips64generic
Browse files Browse the repository at this point in the history
Fix unroll parameter selection for MIPS64_GENERIC
  • Loading branch information
martin-frbg authored Oct 14, 2024
2 parents 3184b7f + a47b3c8 commit c979c1d
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 c979c1d

Please sign in to comment.