diff mbox series

[committed] wwwdocs: gcc5: Remove broken link to Intel ISA extensions

Message ID 20220311230542.1014C33E40@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: gcc5: Remove broken link to Intel ISA extensions | expand

Commit Message

Gerald Pfeifer March 11, 2022, 11:05 p.m. UTC
I doubt anyone is using the GCC 5 release notes to get to that page,
and the link broke without a proper redirect, so make it a textual
reference (only).

Pushed.

Gerald

---
 htdocs/gcc-5/changes.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html
index 2e2e20e6..6f5b9f64 100644
--- a/htdocs/gcc-5/changes.html
+++ b/htdocs/gcc-5/changes.html
@@ -779,8 +779,7 @@  here</a>.</p>
 
 <h3 id="x86">IA-32/x86-64</h3>
   <ul>
-    <li>New <a
-	href="https://software.intel.com/sites/default/files/managed/39/c5/325462-sdm-vol-1-2abcd-3abcd.pdf">ISA extensions</a>
+    <li>New ISA extensions
 	support AVX-512{BW,DQ,VL,IFMA,VBMI} of Intel's CPU
 	codenamed Skylake Server was added to GCC.  That includes inline
 	assembly support, new intrinsics, and basic autovectorization.  These