Sync from SUSE:SLFO:Main highway revision 6393b90d5803df54e22d0cda75636f92
This commit is contained in:
parent
4c1fd6e62a
commit
74204d7bec
BIN
1.0.7.tar.gz
(Stored with Git LFS)
BIN
1.0.7.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
1.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
1.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 18 20:26:43 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.1.0
|
||||||
|
* Add BitCastScalar, DispatchedTarget, Foreach
|
||||||
|
* Add Div/Mod and MaskedDiv/ModOr, SaturatedAbs, SaturatedNeg
|
||||||
|
* Add InterleaveWholeLower/Upper, Dup128VecFromValues
|
||||||
|
* Add IsInteger, IsIntegerLaneType, RemoveVolatile, RemoveCvRef
|
||||||
|
* Add MaskedAdd/Sub/Mul/Div/Gather/Min/Max/SatAdd/SatSubOr
|
||||||
|
* Add MaskFalse, IfNegativeThenNegOrUndefIfZero, PromoteEven/OddTo
|
||||||
|
* Add ReduceMin/Max, 8-bit reductions, f16 <-> f64 conversions
|
||||||
|
* Add Span, AlignedArray, matrix-vector mul
|
||||||
|
* Add SumsOf2/4, I8 SumsOf8, SumsOfAdjQuadAbsDiff,
|
||||||
|
SumsOfShuffledQuadAbsDiff
|
||||||
|
* Extend Dot to f32*bf16, FMA to integer
|
||||||
|
* Fix: RVV 8-bit overflow, UB in vqsort, big-endian bugs, PPC HTM
|
||||||
|
* New targets: HWY_Z14, HWY_Z15
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 22 01:30:49 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Fri Sep 22 01:30:49 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package highway
|
# spec file for package highway
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define lname libhwy1
|
%define lname libhwy1
|
||||||
|
|
||||||
Name: highway
|
Name: highway
|
||||||
Version: 1.0.7
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ library providing SIMD/vector intrinsics
|
Summary: C++ library providing SIMD/vector intrinsics
|
||||||
License: Apache-2.0 OR BSD-3-Clause
|
License: Apache-2.0 OR BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user