Skip to content

Commit 58b52a7

Browse files
jan-wassenbergcopybara-github
authored andcommitted
add changelog for 1.1.0
PiperOrigin-RevId: 608023358
1 parent 9767997 commit 58b52a7

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

debian/changelog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2+
highway (1.1.0-1) UNRELEASED; urgency=medium
3+
4+
* Add BitCastScalar, DispatchedTarget, Foreach
5+
* Add Div/Mod and MaskedDiv/ModOr, SaturatedAbs, SaturatedNeg
6+
* Add InterleaveWholeLower/Upper, Dup128VecFromValues
7+
* Add IsInteger, IsIntegerLaneType, RemoveVolatile, RemoveCvRef
8+
* Add MaskedAdd/Sub/Mul/Div/Gather/Min/Max/SatAdd/SatSubOr
9+
* Add MaskFalse, IfNegativeThenNegOrUndefIfZero, PromoteEven/OddTo
10+
* Add ReduceMin/Max, 8-bit reductions, f16 <-> f64 conversions
11+
* Add Span, AlignedArray, matrix-vector mul
12+
* Add SumsOf2/4, I8 SumsOf8, SumsOfAdjQuadAbsDiff, SumsOfShuffledQuadAbsDiff
13+
* Add ThreadPool, hierarchical profiler
14+
* Build: use bazel_platforms
15+
* Enable clang16 Arm/PPC runtime dispatch, F16 for GCC AVX3_SPR
16+
* Extend Dot to f32*bf16, FMA to integer
17+
* Fix: RVV 8-bit overflow, UB in vqsort, big-endian bugs, PPC HTM
18+
* Improved codegen in various ops, fp16/bf16 tests and conversions
19+
* New targets: HWY_Z14, HWY_Z15
20+
* Test: add foreign_arch builders, CodeQL
21+
22+
-- Jan Wassenberg <[email protected]> Sat, 17 Feb 2024 12:00:00 +0100
23+
124
highway (1.0.7-1) UNRELEASED; urgency=medium
225

326
* Add LoadNOr, GatherIndexN, ScatterIndexN

g3doc/release_testing_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Check libjxl build actions at https://github.com/libjxl/libjxl/pull/2269.
1818

1919
### Version updates
2020

21-
Update the current version in:
21+
Prepend to debian/changelog and update mentions of the current version in:
2222

2323
* highway.h
2424
* CMakeLists.txt

0 commit comments

Comments
 (0)