summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-01-21 13:59:37 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-01-23 16:21:22 +0000
commitd2233109e6c1f7d480c6a118c458155da53817c5 (patch)
treed0b2e5d66e66906456535ca97eea3acee66f0c86
parent50fce9153403af0a82a89b1bc69a97f99a0db0fb (diff)
news: add Orc 0.4.35 release
-rw-r--r--src/htdocs/entities.gst2
-rw-r--r--src/htdocs/news/news.xml30
2 files changed, 31 insertions, 1 deletions
diff --git a/src/htdocs/entities.gst b/src/htdocs/entities.gst
index ff7b32b4..6ca7cd95 100644
--- a/src/htdocs/entities.gst
+++ b/src/htdocs/entities.gst
@@ -2,7 +2,7 @@
<!ENTITY gst-version-stable "1.22.8">
<!ENTITY gst-version-devel "git main">
-<!ENTITY orc-version-stable "0.4.34">
+<!ENTITY orc-version-stable "0.4.35">
<!ENTITY orc-version-devel "git main">
<!ENTITY gst-bug-report "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer">
diff --git a/src/htdocs/news/news.xml b/src/htdocs/news/news.xml
index 934ba5b4..d32770b7 100644
--- a/src/htdocs/news/news.xml
+++ b/src/htdocs/news/news.xml
@@ -14289,4 +14289,34 @@ Release tarballs can be downloaded directly here:
</content>
</item>
+ <item>
+ <date>2024-01-23 16:00</date>
+ <title>Orc 0.4.35 release</title>
+ <content>
+ <p>
+The GStreamer team is pleased to announce another release of liborc,
+the Optimized Inner Loop Runtime Compiler, which is used for SIMD acceleration
+in GStreamer plugins such as audioconvert, audiomixer, compositor, videoscale,
+and videoconvert, to name just a few.
+ </p>
+ <p>
+ <b>Highlights:</b>
+ <ul>
+ <li>Add support for AVX / AVX2</li>
+ <li>SSE backend improvements</li>
+ <li>New `orf` and `andf` opcodes for bitwise AND and OR for single precision floats</li>
+ <li>Add support for `convwf`, int16 to float conversion</li>
+ <li>Allow backend/target selection through ORC_TARGET environment variable</li>
+ <li>orconce: Use Win32 once implementation with MSVC for better performance</li>
+ <li>orcc: add --binary option to output raw machine code for functions</li>
+ <li>orcprofile: Implement Windows high-resolution timestamp for MSVC to allow benchmarking on MSVC builds</li>
+ <li>Documentation improvements</li>
+ </ul>
+ </p>
+ <p>
+Direct tarball download: <a href="&site;/src/orc/orc-0.4.35.tar.xz">orc-0.4.35</a>.
+ </p>
+ </content>
+ </item>
+
</news>