Skip to content

Commit 3f378cb

Browse files
authored
Move MIPS compiler options for MSA out of c_check
1 parent 5d6fde5 commit 3f378cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile.mips

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
MSA_FLAGS = -mmsa -mfp64 -mload-store-pairs
12
ifdef BINARY64
23
else
34
endif

Makefile.mips64

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
MSA_FLAGS = -mmsa -mfp64 -mload-store-pairs
12
ifdef BINARY64
23
else
34
endif

0 commit comments

Comments
 (0)