Package Release Info

VecCore-0.8.1-bp160.1.9

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

VecCore-devel

Change Logs

* Thu Apr 25 2024 Atri Bhattacharya <badshah400@gmail.com>
- Pass CMAKE_CXX_STANDARD=14 to cmake to allow building tests
  against gtest >= 1.14.0.
* Tue Jun 27 2023 Dirk Müller <dmueller@suse.com>
- update to 0.8.1:
  * Mark all `Mask{Empty,Full}` as `VECCORE_ATT_HOST_DEVICE`
  * Avoid including SIMD headers when compiling with nvcc
* Fri Apr 22 2022 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 0.8.0:
  * New backend based on GCC 11's implementation of
    std::experimental::simd, which is part of the experimental
    support for data parallel types in C++20.
  * This backend offers the best of both Vc and UME::SIMD,
    as it performs well in most cases, from SSE2 up to AVX512.
- Drop upstream fixed VecCore-support-external-ctest.patch
* Mon Feb 22 2021 Atri Bhattacharya <badshah400@gmail.com>
- Initial package.
- Add VecCore-support-external-ctest.patch: Support using external
  gtest instead of building it in-source; patch sent upstream.