diff --git a/orc-0.4.34.tar.xz b/orc-0.4.34.tar.xz deleted file mode 100644 index c062ca0..0000000 --- a/orc-0.4.34.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f47abb3f097171e44eb807adcdabd860fba2effd37d8d3c4fbd5f341cadd41f -size 202628 diff --git a/orc-0.4.37.tar.xz b/orc-0.4.37.tar.xz new file mode 100644 index 0000000..dafd34d --- /dev/null +++ b/orc-0.4.37.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85638c0d447d989cd0d7e03406adbfbc380e67db2a622a4727a0ce3d440b2974 +size 228520 diff --git a/orc.changes b/orc.changes index 4c34430..25b63e1 100644 --- a/orc.changes +++ b/orc.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Feb 15 09:26:15 UTC 2024 - pgajdos@suse.com + +- version update to 0.4.37 + 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 + ====== + - 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 + ====== + - Add support for AVX / AVX2 (L. E. Segovia) + - SSE backend improvements (L. E. Segovia) + - New `orf` and `andf` opcodes for bitwise AND and OR for single precision floats (Jorge Zapata) + - Add support for `convwf`, int16 to float conversion (Jorge Zapata) + - Allow backend selection through ORC_TARGET environment variable (L. E. Segovia) + - Documentation improvements (Jorge Zapata, L. E. Segovia, Tim-Philipp Müller) + - orconce: Use Win32 once implementation with MSVC (Seungha Yang, L. E. Segovia) + - orcc: add --binary option to output raw machine code for functions (L. E. Segovia) + - orcprofile: Implement Windows high-resolution timestamp for MSVC + to allow benchmarking on MSVC builds (L. E. Segovia) + ------------------------------------------------------------------- Wed Jun 7 13:37:52 UTC 2023 - pgajdos@suse.com diff --git a/orc.spec b/orc.spec index 045e203..3397ef8 100644 --- a/orc.spec +++ b/orc.spec @@ -1,7 +1,7 @@ # # spec file for package orc # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: orc -Version: 0.4.34 +Version: 0.4.37 Release: 0 Summary: The Oil Runtime Compiler License: BSD-3-Clause