MIPS: make HAVE_MSA reflect cpu capability and NO_MSA software/env

This commit is contained in:
Martin Kroeker
2023-01-02 22:19:13 +01:00
committed by GitHub
parent 3f378cb6d3
commit 31fd13d048
4 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -2955,7 +2955,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(HAVE_MSA) && !defined(NO_MSA)
#if defined(HAVE_MSA)
#define SGEMM_DEFAULT_UNROLL_M 8
#define SGEMM_DEFAULT_UNROLL_N 8