|
| 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 | + |
1 | 24 | highway (1.0.7-1) UNRELEASED; urgency=medium |
2 | 25 |
|
3 | 26 | * Add LoadNOr, GatherIndexN, ScatterIndexN |
|
0 commit comments