2023-06-27 15:49:31 +00:00
|
|
|
-------------------------------------------------------------------
|
2024-05-01 06:12:49 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2023-06-27 15:49:31 +00:00
|
|
|
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
|
|
|
|
|
|
2022-04-25 14:05:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2021-03-03 07:06:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|