- version update to 0.4.38
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 (Tim-Philipp Müller)
OBS-URL: https://build.opensuse.org/request/show/1154981
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=85
- 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)
OBS-URL: https://build.opensuse.org/request/show/1146760
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=83
- Update to version 0.4.33:
+ Add support for aarch64 (64-bit ARM) architecture.
+ aarch32: Implement loadupdb instruction used e.g. for video
pixel format packing/unpacking/conversions.
+ neon: Fix unsigned only implementation of loadoffb, loadoffw
and loadoffl.
+ neon: Fix testsuite not passing on arm CPUs.
+ orccodemem: Fix use-after-free in error paths.
+ orccpu-powerpc: Fix build with kernel < 4.11.
+ Add support for macOS Hardened Runtime.
+ Enable only SSE and MMX backends for Windows.
+ Fix ORC_RESTRICT definition for MSVC.
+ pkgconfig: add -DORC_STATIC_COMPILATION flag to .pc file for
static-only builds.
OBS-URL: https://build.opensuse.org/request/show/1037103
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=77
- Update to version 0.4.30:
+ Don't always generate static library but default to shared-only
+ Work around false positives in Microsoft UWP certification kit
+ Add endbr32/endbr64 instructions on x86/x86-64 for indirect
branch tracking
+ Fix gtk-doc build when orc is used as a meson subproject
+ Switch float comparison in tests to ULP method to fix spurious
failures
+ Fix flushing of ARM icache when using dual map
+ Use float constants/parameters when testing float opcodes
+ Add support for Hygon Dhyana processor
+ Fix PPC/PPC64 CPU family detection
+ Add little-endian PPC support
+ Fix compiler warnings with clang
+ Mark exec mapping writable in debug mode for allowing
breakpoints
+ Various codegen refactorings
+ autotools support has been dropped in favour of Meson as build
system.
+ Fix PPC CPU feature detection and add support for VSX/v2.07
+ Add double/int64 support for PPC
- No longer remove static file in install section, no longer needed
as it's not built by default anymore.
OBS-URL: https://build.opensuse.org/request/show/729406
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=70
- Update to version 0.4.29:
+ PowerPC: Support ELFv2 ABI (A. Wilcox) and ppc64le.
+ Mips backend: only enable if the DSPr2 ASE is present.
+ Windows and MSVC build fixes.
+ orccpu-arm: Allow 'cpuinfo' fallback on non-android.
+ pkg-config file for orc-test library.
+ orcc: add --decorator command line argument to add function
decorators in header files.
+ meson:
- Make orcc detectable from other subprojects.
- Add options to disable tests, docs, benchmarks, examples,
tools, etc.
- Misc. other fixes.
- Pass orc-test=disabled, examples=disabled and tests=disabled to
meson, and drop meson_tests. Tests consistantly fails on the
buildservice and consistantly succedes when building locally,
hence trying to build them on the obs is pointless.
OBS-URL: https://build.opensuse.org/request/show/700475
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=68
+ Fix memory leaks
+ Fix list corruption when splitting code memory chunks,
causing crashes when allocating a lot of code memory and trying
to free it later
+ Various compiler warnings, coverity warnings and static code
analysis fixes
+ Documentation fix for mulhsw, mulhuw
- Add orc-disable-test-limits.patch to disable test-limits test,
it only works on x86-64
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=39