summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-01-23 14:37:53 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-01-23 14:37:53 +0000
commit598631e6b0ebaa10dc55649454c71537bf3edcc7 (patch)
treec1ff72f2a31b273da65f2fcb4826970056d9db71
parent812a804d7a9b4241304c8326106962a311a613b5 (diff)
Release 0.4.350.4.35
Part-of: <https://gitlab.freedesktop.org/gstreamer/orc/-/merge_requests/147>
-rw-r--r--RELEASE14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index 26bc29a..1359b74 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,3 +1,17 @@
+0.4.35
+======
+
+- Add support for AVX / AVX2 (L. E. Segovia)
+- SSE backend improvements (L. E. Segovia)
+- New `orf` and `andf` opcodes for bitwise AND and OR for single precision floats (Jorge Zapata)
+- Add support for `convwf`, int16 to float conversion (Jorge Zapata)
+- Allow backend selection through ORC_TARGET environment variable (L. E. Segovia)
+- Documentation improvements (Jorge Zapata, L. E. Segovia, Tim-Philipp Müller)
+- orconce: Use Win32 once implementation with MSVC (Seungha Yang, L. E. Segovia)
+- orcc: add --binary option to output raw machine code for functions (L. E. Segovia)
+- orcprofile: Implement Windows high-resolution timestamp for MSVC
+ to allow benchmarking on MSVC builds (L. E. Segovia)
+
0.4.34
======
diff --git a/meson.build b/meson.build
index 76dd11d..1e817b1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project ('orc', 'c', version : '0.4.34.1',
+project ('orc', 'c', version : '0.4.35',
meson_version : '>= 0.55.0',
default_options : ['buildtype=debugoptimized',
'warning_level=1'] )