Move MIPS compiler options for MSA out of c_check

This commit is contained in:
Martin Kroeker 2023-01-02 22:15:11 +01:00 committed by GitHub
parent 5d6fde58e3
commit 3f378cb6d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
MSA_FLAGS = -mmsa -mfp64 -mload-store-pairs
ifdef BINARY64
else
endif

View File

@ -1,3 +1,4 @@
MSA_FLAGS = -mmsa -mfp64 -mload-store-pairs
ifdef BINARY64
else
endif