summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-01-31 19:24:31 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-02-06 17:12:16 +0000
commit54063b0edd3242fbd7fbe53d0a8c14570126b47b (patch)
tree6c608bc9e952851b98772a801c78480d9b1d3b1a
parent901b1d51bcaa0243b351362f20c97a8ef96178d5 (diff)
Release 0.4.370.4.37
-rw-r--r--RELEASE11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index 9131e99..d352354 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,3 +1,14 @@
+0.4.37
+======
+
+- enable neon instructions on Apple ARM64 (Aleix Conchillo Flaqué)
+- orcc: Fix regression, was hard-coded to use "sse" as default target (Sebastian Dröge)
+- MMX backend fixes (L. E. Segovia, Jorge Zapata)
+- testsuite: Build fixes for Clang (L. E. Segovia)
+- testsuite, tools: Fix warning caused by inserting unneeded source operands (L. E. Segovia)
+- orccompiler: call sys_icache_invalidate() to invalidate macos inst cache (Aleix Conchillo Flaqué)
+- macOS/iOS version/target check build fixes (Aleix Conchillo Flaqué)
+
0.4.36
======
diff --git a/meson.build b/meson.build
index 36fd9df..5c32ad4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project ('orc', 'c', version : '0.4.36.1',
+project ('orc', 'c', version : '0.4.37',
meson_version : '>= 0.55.0',
default_options : ['buildtype=debugoptimized',
'warning_level=1'] )