diff options
author | Tobias Burnus <tburnus@baylibre.com> | 2025-09-01 12:41:41 +0200 |
---|---|---|
committer | Tobias Burnus <tburnus@baylibre.com> | 2025-09-01 12:41:41 +0200 |
commit | 42bcdfa5cb64724dc0b6f1fdcdd537aa2bbefac3 (patch) | |
tree | a368df68427b69a3fadb0c2780f509f7cd240e4b | |
parent | 5f127979f34d89844efe3489cc4f44b3cb04725d (diff) | |
download | gcc-42bcdfa5cb64724dc0b6f1fdcdd537aa2bbefac3.zip gcc-42bcdfa5cb64724dc0b6f1fdcdd537aa2bbefac3.tar.gz gcc-42bcdfa5cb64724dc0b6f1fdcdd537aa2bbefac3.tar.bz2 |
install.texi: For amdgcn, update Newlib version recommendation
Add two Newlib commits to the recommended Newlib version,
fixing two other SIMD issues.
Cf. PR target/121392 and Newlib Bug 33272.
gcc/ChangeLog:
PR target/121392
* doc/install.texi (amdgcn): Mention Newlib commit
that fixes another SIMD issue.
-rw-r--r-- | gcc/doc/install.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index cb48e24..0def9ef 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4100,7 +4100,8 @@ and that only ROCm 6.4.0 or newer is 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; post-4.5.0 -commit 2ef1a37e7 [Mar 25, 2025] fixes a SIMD math issue). +commits 2ef1a37e7 [Mar 25, 2025], f13e8e215 [Aug 8, 2025], and +bd409f3c1 [Aug 27, 2025] fix SIMD math issues). To run the binaries, install the HSA Runtime from the @uref{https://rocm.docs.amd.com/,,ROCm Platform}, and use |