minor clarification for README.md

[ci skip]
This commit is contained in:
Wenzel Jakob
2017-08-29 16:05:44 +00:00
parent c28c8bec52
commit 11ba6629dd
+3 -5
View File
@@ -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 Currently, the CMake-based build can create shared and static versions of
`libtbb`, `libtbbmalloc` and `libtbbmalloc_proxy` for the Intel `i386` and `libtbb`, `libtbbmalloc` and `libtbbmalloc_proxy` for the Intel `i386` and
`x86_64` architectures on Windows (Visual Studio, MinGW), MacOS (clang) 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 Linux (GCC & Clang). The `armv7` and `armv8` architectures are supported on
& Clang. Linux (GCC & Clang). Other combinations may work but have not been tested.
Other combinations may work but have not been tested.
See index.html for general directions and documentation regarding TBB. See index.html for general directions and documentation regarding TBB.