- 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:
parent
2352cbdee7
commit
9bdf915117
@ -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
3
Vc-1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5acc9dcc0e857edad1df0bc3ef0f23712a86bd4f7c45bc9882ec07e57840024b
|
||||
size 525854
|
10
Vc.changes
10
Vc.changes
@ -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
|
||||
|
||||
|
6
Vc.spec
6
Vc.spec
@ -18,15 +18,13 @@
|
||||
|
||||
|
||||
Name: Vc
|
||||
Version: 1.3.0
|
||||
Version: 1.3.1
|
||||
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
|
||||
#Repackaged to remove spline example: https://github.com/VcDevel/Vc/issues/150
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/VcDevel/Vc/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
|
Loading…
x
Reference in New Issue
Block a user