summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-01-26 17:34:04 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-01-26 17:34:04 +0000
commitd025a28fb990f04998fa020fe99bcb4fb87dac79 (patch)
tree37bea0470a6e3fa36572f7fc757b9f9f95f96f0f
parentb70983be8edb53c3222e01ef9a6f966f08b03198 (diff)
Release 0.4.360.4.36
-rw-r--r--RELEASE6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index 1359b74..9131e99 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,3 +1,9 @@
+0.4.36
+======
+
+- Only use AVX / AVX2 instructions on CPUs that support both AVX and AVX2
+ (fixes crash on machines that only support AVX) (L. E. Segovia)
+
0.4.35
======
diff --git a/meson.build b/meson.build
index fab6a06..bd3ea18 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project ('orc', 'c', version : '0.4.35.1',
+project ('orc', 'c', version : '0.4.36',
meson_version : '>= 0.55.0',
default_options : ['buildtype=debugoptimized',
'warning_level=1'] )