Mention that gfx1030/gfx1100 are now supported.

As noted in another thread, LLVM 15's assembler is now required, before LLVM 13.0.1 would do. (Alternatively, disabling gfx1100 support would do.) Hence, the added link to the install documentation.

Comments, suggestions?

Tobias
gcc-14/changes.html (amdgcn): Update for gfx1030/gfx1100

Signed-off-by: Tobias Burnus <tbur...@baylibre.com>

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index a04b62ff..2d777f52 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -329,6 +329,11 @@ a work-in-progress.</p>
 <h3 id="amdgcn">AMD Radeon (GCN)</h3>
 
 <ul>
+  <li>Initial support for the AMD Radeon <code>gfx1030</code> (RDNA2) and
+    <code>gfx1100</code> (RDNA3) devices has been added, which required an
+    update of the default
+    <a href="https://gcc.gnu.org/install/specific.html#amdgcn-x-amdhsa";>build
+    requirements</a> for the build.</li>
   <li>Improved register usage and performance on CDNA Instinct MI100
     and MI200 series devices.</li>
   <li>The default device architecture is now <code>gfx900</code> (Vega).</li>

Reply via email to