From 74b54c71f71b00fc0dc0bde38398d562fb31247e Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 18 Jun 2018 18:13:49 -0400 Subject: [PATCH] Add MIPS --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9452006..598f4f3 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 DragonFly BSD. -It builds with both GCC and clang. Although largely tested and widely -used on x86 architectures, OpenLibm also supports ARM and -PowerPC. +OpenLibm builds on Linux, Mac OS X, Windows, FreeBSD, OpenBSD, 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. ## Build instructions