diff options
author | Autechre | 2022-03-22 15:33:45 +0100 |
---|---|---|
committer | GitHub | 2022-03-22 15:33:45 +0100 |
commit | 962e034447a49cf506940bb995228fd23424ef38 (patch) | |
tree | 5a28510a8ce55ad434576f318c59d5b656844e00 | |
parent | 7ab2e3962bb1787f675e246ed2e13c23b36e8437 (diff) | |
parent | 70b46dbb69aa8a8be980a6e8622168c8ea7da205 (diff) | |
download | snes9x2005-962e034447a49cf506940bb995228fd23424ef38.tar.gz snes9x2005-962e034447a49cf506940bb995228fd23424ef38.tar.bz2 snes9x2005-962e034447a49cf506940bb995228fd23424ef38.zip |
Merge pull request #93 from jSTE0/miyoo-fast-aligned
platform/miyoo: Use optimised build flags
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -286,6 +286,7 @@ else ifeq ($(platform), miyoo) SHARED := -shared -Wl,--version-script=link.T LIBM := FLAGS += -fomit-frame-pointer -ffast-math -march=armv5te -mtune=arm926ej-s + FLAGS += -DFAST_ALIGNED_LSB_WORD_ACCESS -fno-unroll-loops # (armv7 a7, hard point, neon based) ### # NESC, SNESC, C64 mini |