diff --git a/README.md b/README.md index 4b2945abb139aceea484eb921d5655e0e1c4f46a..7cdc2af76445f159c36dd954490122b6a1a5babf 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The runtime provides several services to support task parallelism using a synchronization mechanism based on **data-dependencies**. Data parallelism is also supported by means of services mapped on top of its task support. Task are implemented as **user-level threads** when possible (currently x86, x86-64, -ia64, arm, ppc32 and ppc64 are supported). It also provides support for +ia64, arm, aarch64, ppc32 and ppc64 are supported). It also provides support for maintaining coherence across different address spaces (such as with GPUs or cluster nodes) by means of a **directory/cache** mechanism.