Accepting request 1146779 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1146779 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=45
This commit is contained in:
commit
0fe324f312
BIN
orc-0.4.34.tar.xz
(Stored with Git LFS)
BIN
orc-0.4.34.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
orc-0.4.37.tar.xz
Normal file
3
orc-0.4.37.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85638c0d447d989cd0d7e03406adbfbc380e67db2a622a4727a0ce3d440b2974
|
||||
size 228520
|
30
orc.changes
30
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
|
||||
|
||||
|
4
orc.spec
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user