From f071d3a14f28c7c5acff5ff0b5a67ecd3f785ef3 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 27 Feb 2024 13:03:20 +0000 Subject: Release 0.4.38 --- RELEASE | 7 +++++-- meson.build | 2 +- 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'] ) -- cgit v1.2.3