From 11ba6629dd1dd17e57fc705f80fe5c0aad49cb5b Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Tue, 29 Aug 2017 16:05:44 +0000 Subject: [PATCH] minor clarification for README.md [ci skip] --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee8c13c..42bb100 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,9 @@ easily incorporated into their build process using git submodules and a simple Currently, the CMake-based build can create shared and static versions of `libtbb`, `libtbbmalloc` and `libtbbmalloc_proxy` for the Intel `i386` and -`x86_64` architectures on Windows (Visual Studio, MinGW), MacOS (clang) and -Linux (gcc). The `armv7` and `aarch_64` architectures have been tested with GCC -& Clang. - -Other combinations may work but have not been tested. +`x86_64` architectures on Windows (Visual Studio, MinGW), MacOS (Clang) and +Linux (GCC & Clang). The `armv7` and `armv8` architectures are supported on +Linux (GCC & Clang). Other combinations may work but have not been tested. See index.html for general directions and documentation regarding TBB.