libgomp.texi: move item from gcn to nvptx
authorTobias Burnus <tobias@codesourcery.com>
Tue, 13 Sep 2022 07:08:57 +0000 (09:08 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Tue, 13 Sep 2022 07:08:57 +0000 (09:08 +0200)
I misplaced one remark into 'gcn' instead of 'nvptx' in
commit r13-2625-g6b43f556f392a7165582aca36a19fe7389d995b2

libgomp/ChangeLog:

* libgomp.texi (gcn): Move misplaced -march=sm_30 remark to ...
(nvptx): ... here.

libgomp/libgomp.texi

index 1f402d6..5aef987 100644 (file)
@@ -4386,9 +4386,6 @@ The implementation remark:
 @item I/O within OpenMP target regions and OpenACC parallel/kernels is supported
       using the C library @code{printf} functions and the Fortran
       @code{print}/@code{write} statements.
-@item Compilation OpenMP code that contains @code{requires reverse_offload}
-      requires at least @code{-march=sm_35}, compiling for @code{-march=sm_30}
-      is not supported.
 @end itemize
 
 
@@ -4435,6 +4432,9 @@ The implementation remark:
 @item I/O within OpenMP target regions and OpenACC parallel/kernels is supported
       using the C library @code{printf} functions. Note that the Fortran
       @code{print}/@code{write} statements are not supported, yet.
+@item Compilation OpenMP code that contains @code{requires reverse_offload}
+      requires at least @code{-march=sm_35}, compiling for @code{-march=sm_30}
+      is not supported.
 @end itemize