From e6ac7d7f52eb7025b1186be57cb102422fae6959 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 9 Dec 2019 21:38:44 -0500 Subject: [PATCH] Update README with new OS and arch support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6ba9ba..d6c4ccf 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ consistently across compilers and operating systems, and in 32-bit and ## 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 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