Browse Source

Fix unroll parameter selection for MIPS64_GENERIC

tags/v0.3.29
Martin Kroeker GitHub 1 year ago
parent
commit
a47b3c8867
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      param.h

+ 1
- 1
param.h 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



Loading…
Cancel
Save