summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-02-27 13:03:20 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-02-27 13:03:20 +0000
commitf071d3a14f28c7c5acff5ff0b5a67ecd3f785ef3 (patch)
treeac5e2fe85a05da29d43c6f9e734d3525c54ddbe3
parent8b9d88deae19b127cc2e3d95fd486558d6f61165 (diff)
Release 0.4.380.4.38
-rw-r--r--RELEASE7
-rw-r--r--meson.build2
2 files changed, 6 insertions, 3 deletions
diff --git a/RELEASE b/RELEASE
index 1faa057..78f89f9 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,8 +1,11 @@
-0.4.38 (unreleased)
+0.4.38
======
+- x86: account for XSAVE when checking for AVX support, fixing usage on
+ hardened linux kernels where AVX support has been disabled (L. E. Segovia)
+- neon: Use the real intrinsics for divf and sqrtf (L. E. Segovia)
- orc.m4 for autotools is no longer shipped. If anyone still uses
- it they can copy it into their source tree.
+ it they can copy it into their source tree (Tim-Philipp Müller)
0.4.37
======
diff --git a/meson.build b/meson.build
index 1743658..6d03271 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project ('orc', 'c', version : '0.4.37.1',
+project ('orc', 'c', version : '0.4.38',
meson_version : '>= 0.55.0',
default_options : ['buildtype=debugoptimized',
'warning_level=1'] )