Move MIPS compiler options for MSA out of c_check
This commit is contained in:
parent
5d6fde58e3
commit
3f378cb6d3
|
@ -1,3 +1,4 @@
|
|||
MSA_FLAGS = -mmsa -mfp64 -mload-store-pairs
|
||||
ifdef BINARY64
|
||||
else
|
||||
endif
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
MSA_FLAGS = -mmsa -mfp64 -mload-store-pairs
|
||||
ifdef BINARY64
|
||||
else
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue