From 3f378cb6d310da2ceacfc2f4ca9cd1711d64086c Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 2 Jan 2023 22:15:11 +0100 Subject: [PATCH] Move MIPS compiler options for MSA out of c_check --- Makefile.mips | 1 + Makefile.mips64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.mips b/Makefile.mips index 05ea9c679..ecc04585a 100644 --- a/Makefile.mips +++ b/Makefile.mips @@ -1,3 +1,4 @@ +MSA_FLAGS = -mmsa -mfp64 -mload-store-pairs ifdef BINARY64 else endif diff --git a/Makefile.mips64 b/Makefile.mips64 index 05ea9c679..ecc04585a 100644 --- a/Makefile.mips64 +++ b/Makefile.mips64 @@ -1,3 +1,4 @@ +MSA_FLAGS = -mmsa -mfp64 -mload-store-pairs ifdef BINARY64 else endif