Browse Source

Move MIPS compiler options for MSA out of c_check

tags/v0.3.22^2
Martin Kroeker GitHub 2 years ago
parent
commit
3f378cb6d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      Makefile.mips
  2. +1
    -0
      Makefile.mips64

+ 1
- 0
Makefile.mips View File

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

+ 1
- 0
Makefile.mips64 View File

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

Loading…
Cancel
Save