Fix unroll parameter selection for MIPS64_GENERIC

This commit is contained in:
Martin Kroeker 2024-10-13 22:54:34 +02:00 committed by GitHub
parent 3184b7f209
commit a47b3c8867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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