Pass CMAKE_CXX_STANDARD=14 to cmake to allow building tests against gtest >= 1.14.0. OBS-URL: https://build.opensuse.org/request/show/1170118 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/VecCore?expand=0&rev=7
31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Apr 25 08:48:55 UTC 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 15:49:12 UTC 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 00:34:16 UTC 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 22:15:25 UTC 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.
|