mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
Add MIPS
This commit is contained in:
parent
a96f0740e3
commit
74b54c71f7
1 changed files with 4 additions and 4 deletions
|
@ -15,10 +15,10 @@ consistently across compilers and operating systems, and in 32-bit and
|
||||||
|
|
||||||
## Platform support
|
## Platform support
|
||||||
|
|
||||||
OpenLibm builds on Linux, Mac OS X, Windows, FreeBSD, OpenBSD, and DragonFly BSD.
|
OpenLibm builds on Linux, Mac OS X, Windows, FreeBSD, OpenBSD, and
|
||||||
It builds with both GCC and clang. Although largely tested and widely
|
DragonFly BSD. It builds with both GCC and clang. Although largely
|
||||||
used on x86 architectures, OpenLibm also supports ARM and
|
tested and widely used on the x86 and x86-64 architectures, OpenLibm
|
||||||
PowerPC.
|
also supports arm, aarch64, ppc64le, and mips.
|
||||||
|
|
||||||
## Build instructions
|
## Build instructions
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue