Skip to content

Commit

Permalink
tiny README.md tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
stuij authored Oct 4, 2023
1 parent 87faf7a commit 87c78f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
This is a C/C++ Game Boy Advance toolchain based on LLVM.

Currently there are binary packages available for Linux (x86_64, AArch64) and
macOS silicon. See the
macOS (arm64). See the
[https://github.com/stuij/gba-llvm-devkit/releases](release) page to grab the
latest packages.

The CMakefile.txt file in the source repo will build all the LLVM and GBA tools
and components from scratch. See the [Building from
source](#-Building-from-source) section below for instructions.
source](#-building-from-source) section below for instructions.


# Why
Expand Down Expand Up @@ -335,4 +335,4 @@ Initial release. Packages for Linux and macOS. Tested by compiling a relatively
involved rom.

No immediately known issues exept for that memcpy seems to be really slow. Needs
an investigation. Workaround: use memcpy16/memcpy32.
an investigation. Workaround: use memcpy16/memcpy32.

0 comments on commit 87c78f0

Please sign in to comment.