diff options
Diffstat (limited to 'flang/docs/DoConcurrent.md')
-rw-r--r-- | flang/docs/DoConcurrent.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flang/docs/DoConcurrent.md b/flang/docs/DoConcurrent.md index bd1008a..eba2656 100644 --- a/flang/docs/DoConcurrent.md +++ b/flang/docs/DoConcurrent.md @@ -280,7 +280,8 @@ Specifically, an easy means is required that stipulates that localization should apply at most only to the obvious cases of local non-pointer non-allocatable scalars. -In the LLVM Fortran compiler project (a/k/a "flang", "f18") we considered +In the LLVM Fortran compiler project (now known as "flang", previously also +known as "f18") we considered several solutions to this problem. 1. Add syntax (e.g., `DO PARALLEL` or `DO CONCURRENT() DEFAULT(PARALLEL)`) by which one can inform the compiler that it should localize only |