mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Update README with new OS and arch support
This commit is contained in:
parent
f731481b25
commit
e6ac7d7f52
1 changed files with 2 additions and 2 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
|
OpenLibm builds on Linux, macOS, Windows, FreeBSD, OpenBSD, NetBSD, and
|
||||||
DragonFly BSD. It builds with both GCC and clang. Although largely
|
DragonFly BSD. It builds with both GCC and clang. Although largely
|
||||||
tested and widely used on the x86 and x86-64 architectures, OpenLibm
|
tested and widely used on the x86 and x86-64 architectures, OpenLibm
|
||||||
also supports arm, aarch64, ppc64le, and mips.
|
also supports arm, aarch64, ppc64le, mips, wasm32, and s390(x).
|
||||||
|
|
||||||
## Build instructions
|
## Build instructions
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue