- Update to version 1.3.1

* swap(v[i], v[j]) did not compile. Vc 1.3.1 overloads the swap
    function and thus enables swapping scalars into/out of vector
    and mask objects.
  * The spline example has moved to the new Vc-examples-nonfree
    repository since it has a license that restricts redistribution.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=15
This commit is contained in:
Ismail Dönmez 2017-03-09 14:39:23 +00:00 committed by Git OBS Bridge
parent 2352cbdee7
commit 9bdf915117
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95fdd00a1f689017a76ea194f6df307816f84e821f6a871ac3eec98c7f68f3ff
size 539537

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5acc9dcc0e857edad1df0bc3ef0f23712a86bd4f7c45bc9882ec07e57840024b
size 525854

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 9 14:27:37 UTC 2017 - idonmez@suse.com
- Update to version 1.3.1
* swap(v[i], v[j]) did not compile. Vc 1.3.1 overloads the swap
function and thus enables swapping scalars into/out of vector
and mask objects.
* The spline example has moved to the new Vc-examples-nonfree
repository since it has a license that restricts redistribution.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 27 11:48:35 UTC 2017 - idonmez@suse.com Fri Jan 27 11:48:35 UTC 2017 - idonmez@suse.com

View File

@ -18,15 +18,13 @@
Name: Vc Name: Vc
Version: 1.3.0 Version: 1.3.1
Release: 0 Release: 0
Summary: Collection of SIMD Vector Classes Summary: Collection of SIMD Vector Classes
License: BSD-3-Clause License: BSD-3-Clause
Group: System/Libraries Group: System/Libraries
Url: https://github.com/VcDevel/Vc/ Url: https://github.com/VcDevel/Vc/
#Source0: https://github.com/VcDevel/Vc/releases/download/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/VcDevel/Vc/releases/download/%{version}/%{name}-%{version}.tar.gz
#Repackaged to remove spline example: https://github.com/VcDevel/Vc/issues/150
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake BuildRequires: cmake
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: fdupes BuildRequires: fdupes