Compare commits

1 Commits
main ... 1.1

4 changed files with 5 additions and 24 deletions

BIN
1.1.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
1.2.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,17 +1,3 @@
-------------------------------------------------------------------
Mon Feb 3 14:40:01 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Disable LTO on riscv64 due to gcc bug 110812
-------------------------------------------------------------------
Sat Jun 1 21:00:14 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.0
* Add utility functions Add InterleaveEven/InterleaveOdd, BitShuffle,
GatherIndexNOr, IsNegative, IfNegativeThenElseZero,
IfNegativeThenZeroElse, PromoteInRangeTo / ConvertInRangeTo /
DemoteInRangeTo
-------------------------------------------------------------------
Sun Feb 18 20:26:43 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package highway
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define lname libhwy1
Name: highway
Version: 1.2.0
Version: 1.1.0
Release: 0
Summary: C++ library providing SIMD/vector intrinsics
License: Apache-2.0 OR BSD-3-Clause
@@ -72,11 +72,6 @@ Documentation for Highway development.
%prep
%autosetup -p1
%ifarch riscv64
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110812
%global _lto_cflags %{nil}
%endif
%build
export CFLAGS="%optflags -DHWY_COMPILE_ALL_ATTAINABLE"
%ifarch ppc64 ppc64le