Accepting request 1119725 from home:mathletic:branches:devel:libraries:c_c++

- Update to version 1.4.4
  * Add missing vectorcall to isImplementationSupported
  * Adapt to cpp17: std::iterator is deprecated
  * Rename None to NoTransformation in enum class Category to avoid
    a clash with X11 library
  * Fix horizontal min/max for uchar

OBS-URL: https://build.opensuse.org/request/show/1119725
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=41
This commit is contained in:
Asterios Dramis
2023-10-23 20:36:34 +00:00
committed by Git OBS Bridge
parent fbb81ea66b
commit f28d3cb9d7
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:988ea0053f3fbf17544ca776a2749c097b3139089408b0286fa4e9e8513e037f
size 640398

3
Vc-1.4.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5933108196be44c41613884cd56305df320263981fe6a49e648aebb3354d57f3
size 645346

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Oct 23 20:12:57 UTC 2023 - Christoph G <foss@grueninger.de>
- Update to version 1.4.4
* Add missing vectorcall to isImplementationSupported
* Adapt to cpp17: std::iterator is deprecated
* Rename None to NoTransformation in enum class Category to avoid
a clash with X11 library
* Fix horizontal min/max for uchar
-------------------------------------------------------------------
Tue Jul 5 22:20:40 UTC 2022 - Asterios Dramis <asterios.dramis@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package Vc
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: Vc
Version: 1.4.3
Version: 1.4.4
Release: 0
Summary: Collection of SIMD Vector Classes
License: BSD-3-Clause