Changelog for
simde-devel-0.8.2+git20240430.71fd833-1.1.x86_64.rpm :
* Tue Apr 30 2024 scott.bradnickAATTsuse.com- Setting \"BuildArch: noarch\" causes build to fail, commented out- Update to version 0.8.2+git20240430.71fd833:
* prepare to release 0.8.0
* arm neon: Fully remove the problematic FCVTZS/FCVTMS/FCVTPS/FCVTNS family intrinsics
* arm: improve performance in vabd_xxx for risc-v
* arm: improve performance in vhadd_xxx for risc-v
* README: two more related projects
* arm: Add neon2rvv support in vand series intrinsics
* arm: fix some neon2rvv intrinsic function error
* arm: enable more intrinsic function for armv7
* wasm x86 impl: some were incorrectly marked SSE instead of SSE2
* arm x86 implementations: allow _m128 access from SSE
* tests x86, adjust import order so that MSVC pragma are processed early
* svml: SSE is good enough for native m128i and m128d types & functions
* sse2 MSVC `_mm_pause` implementaiton for x86
* x86 test msvc: really disable warning 4799,4730
* typo fixes from codespell
* README.md - move CLMUL to partial, list more of the CI.yml architectures
* Update README.md - link to VPCLMULQDQ; mention MSA (#1157)
* Update README.md (#1156)
* Packit: Drop i386 (i686) support. (#1155)
* gh-actions: build for AMD Buildozer version 2
* x86 xop: fix some native functions
* emscripten; use `__builtin_roundeven{f,}` from version 3.1.43 onwards
* arm 32 bits: native def fixes; workarounds for gcc
* Add gcc arm 32bit armv8-a test in CI
* CI: don\'t run twice on dependabot branches
* gh-actions codecov: use token
* build(deps): bump codecov/codecov-action from 3 to 4
* update list of fully implemented instruction sets (#1152)
* apple clang arm64: ignore SHA2
* semaphore: stop testing on GCC 5 & 6, clang 3.9 & 4 due to forced upgrade to Ubuntu 20.04
* gh-actions macos: report log if there is a configuration failure.
* arm platform: cleanup feature detection.
* arm neon sm3: check constant range
* arm neon: disable some FCVTZS/FCVTMS/FCVTPS/FCVTNS family intrinsics
* cirrus: upgrade to clang-17
* gh-actions: test Mac arm64
* arm neon clang: skip vrnd native before clang v18
* clang: detect versions 18 & 19
* build(deps): bump actions/checkout from 3 to 4 (#1149)
* Thu Mar 14 2024 scott.bradnickAATTsuse.com- Update to version 0.8.0+git20240314.b4e805a:
* Initial Support for the RISC-V Vector Extension in ARM NEON (#1130)
* start next development cycle: v0.8.1
* Thu Mar 07 2024 scott.bradnickAATTsuse.com- Update to version 0.8.0+git20240307.589c7d5:
* Add AATTthomas-schlichter as a contributor
* Add AATTProudsalsa as a contributor
* Add AATTCoeur as a contributor
* Mon Feb 26 2024 Jan Engelhardt
- Trim unnecessary main package
* Mon Feb 26 2024 scott.bradnickAATTsuse.com- Update to version 0.8.0-rc1+git20240222.c200c16:
* arm/neon abs: negating INT_MIN is undefined behavior
* docs: explain how to target a single test
* build(deps): bump actions/checkout from 3 to 4
* gh-actions: add new repo for clang-16
* gh-actions emscripten: use older release
* docker: ignore common build paths
* build(deps): bump github/codeql-action from 2 to 3 (#1138)
* build(deps): bump actions/setup-python from 4 to 5 (#1137)
* build(deps): bump actions/setup-dotnet from 3 to 4 (#1135)
* build(deps): bump ad-m/github-push-action from 0.6.0 to 0.8.0 (#1134)
* Mon Feb 26 2024 Scott Bradnick - Initial version from upstream.