diff mbox series

[www] Document __builtin_shufflevector

Message ID 4rp6p333-7o39-7r99-8o1-4q88or56p253@fhfr.qr
State New
Headers show
Series [www] Document __builtin_shufflevector | expand

Commit Message

Richard Biener May 31, 2021, 7:36 a.m. UTC
This documents the added __builtin_shufflevector extension for GCC 12.

Pushed.

---
 htdocs/gcc-12/changes.html | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 9fecc24b..42ded16d 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -64,7 +64,13 @@  a work-in-progress.</p>
 
 <!-- <h3 id="brig">BRIG (HSAIL)</h3> -->
 
-<!-- <h3 id="c-family">C family</h3> -->
+<h3 id="c-family">C family</h3>
+
+<ul>
+  <li>Support for <code>__builtin_shufflevector</code> compatible with
+      the clang language extension was added.
+  </li>
+</ul>
 
 <!-- <h3 id="cxx">C++</h3> -->
 <!-- <h4 id="libstdcxx">Runtime Library (libstdc++)</h4> -->