Files
simde/_service

21 lines
716 B
Plaintext
Raw Permalink Normal View History

<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/simd-everywhere/simde</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
<!--
Accepting request 1171372 from home:sbradnick - 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) OBS-URL: https://build.opensuse.org/request/show/1171372 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/simde?expand=0&rev=4
2024-05-02 14:16:38 +00:00
<param name="versionrewrite-pattern">v0.8.2-rc1</param>
<param name="versionrewrite-replacement">0.8.2</param>
-->
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="manual" name="set_version">
</service>
<service name="tar" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>