Skip to content

Commit c979c1d

Browse files
authoredOct 14, 2024··
Merge pull request #4936 from martin-frbg/fixmips64generic
Fix unroll parameter selection for MIPS64_GENERIC
2 parents 3184b7f + a47b3c8 commit c979c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎param.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2969,7 +2969,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29692969
#define GEMM_DEFAULT_OFFSET_B 0
29702970
#define GEMM_DEFAULT_ALIGN (BLASLONG) 0x03fffUL
29712971

2972-
#if defined(NO_MSA)
2972+
#if defined(NO_MSA) || defined(MIPS64_GENERIC)
29732973
#define SGEMM_DEFAULT_UNROLL_M 2
29742974
#define SGEMM_DEFAULT_UNROLL_N 2
29752975

0 commit comments

Comments
 (0)
Please sign in to comment.