diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-01-31 19:24:31 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-02-06 17:12:16 +0000 |
commit | 54063b0edd3242fbd7fbe53d0a8c14570126b47b (patch) | |
tree | 6c608bc9e952851b98772a801c78480d9b1d3b1a | |
parent | 901b1d51bcaa0243b351362f20c97a8ef96178d5 (diff) |
Release 0.4.370.4.37
-rw-r--r-- | RELEASE | 11 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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'] ) |