Accepting request 943836 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/943836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Vc?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2022-01-04 20:03:10 +00:00 committed by Git OBS Bridge
commit 3a65e9d230
5 changed files with 19 additions and 31 deletions

View File

@ -1,24 +0,0 @@
From d259ff47fa62d8417663507f95c7014a51ade78f Mon Sep 17 00:00:00 2001
From: Guilherme Amadio <amadio@cern.ch>
Date: Wed, 12 May 2021 17:13:56 +0200
Subject: [PATCH] Add missing include to simdarray.h (#275)
---
Vc/common/simdarray.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/Vc/common/simdarray.h b/Vc/common/simdarray.h
index 67d1c23..50f89cd 100644
--- a/Vc/common/simdarray.h
+++ b/Vc/common/simdarray.h
@@ -33,6 +33,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//#include "../IO"
#include <array>
+#include <limits>
#include "writemaskedvector.h"
#include "simdarrayhelper.h"
--
2.31.1

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68e609a735326dc3625e98bd85258e1329fb2a26ce17f32c432723b750a4119f
size 638797

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50d3f151e40b0718666935aa71d299d6370fafa67411f0a9e249fbce3e6e3952
size 639711

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jan 4 18:40:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.4.2:
* Added a missing include for GCC11.
* Fixed a corner case in the unit tests
* Fixed a warning in the unit tests.
* Removed the deprecated Vector<T, VectorAbi::Scalar>::reinterpretCast
to fix a warning with GCC10
* Avoid potentially pessimizing std::move in return statements.
* Avoid redefinition of bit_scan{forward,reverse} macros.
* Improved performance of simized random access containers
- drop 0001-Add-missing-include-to-simdarray.h-275.patch (upstream)
-------------------------------------------------------------------
Fri Dec 24 12:16:02 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package Vc
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2018 Asterios Dramis <asterios.dramis@gmail.com>.
#
# All modifications and additions to the file contributed by third parties
@ -18,15 +18,13 @@
Name: Vc
Version: 1.4.1
Version: 1.4.2
Release: 0
Summary: Collection of SIMD Vector Classes
License: BSD-3-Clause
Group: System/Libraries
URL: https://github.com/VcDevel/Vc/
Source0: https://github.com/VcDevel/Vc/releases/download/%{version}/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM
Patch0: 0001-Add-missing-include-to-simdarray.h-275.patch
BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: gcc-c++