diff options
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 3085296..b5509ff 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4056,11 +4056,12 @@ ISA targets @code{gfx9-generic}, @code{gfx10-3-generic}, and @code{gfx11-generic} reduce the number of required multilibs but note that @code{gfx9-generic} does not include @code{gfx908} or @code{gfx90a}, that linking specific ISA code with generic code is currently not supported, -and that only a future ROCm release (newer than 6.3.2) will be able to execute +and that only a future ROCm release (newer than 6.3.3) will be able to execute generic code. Use Newlib (4.3.0 or newer; 4.4.0 contains some improvements and 4.5.0 fixes -the device console output for GFX10 and GFX11 devices). +the device console output for GFX10 and GFX11 devices; post-4.5.0 +commit 2ef1a37e7 [Mar 25, 2025] fixes a SIMD math issue). To run the binaries, install the HSA Runtime from the @uref{https://rocm.docs.amd.com/,,ROCm Platform}, and use |