From 369d3f6b6db9bb718989886923ee5b913aafba0c Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Tue, 23 Feb 2016 23:45:33 +0530 Subject: [PATCH] Add ppc support. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb1d722..b29507f 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ consistently across compilers and operating systems, and in 32-bit and ## Platform support -OpenLibm builds on Linux, Mac OS X, Windows, FreeBSD, and OpenBSD. It builds -with both GCC and clang. Although largely tested on x86, it also -includes experimental support for ARM. +OpenLibm builds on Linux, Mac OS X, Windows, FreeBSD, and OpenBSD. It +builds with both GCC and clang. Although largely tested and widely +used on x86 architectures, openlibm also supports ARM and powerPC. ## Build instructions