Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

highway-debugsource-1.1.0-slfo.1.1.2 RPM for s390x

From OpenSuSE Leap 16.0 for s390x

Name: highway-debugsource Distribution: SUSE Linux Framework One
Version: 1.1.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.2 Build date: Fri Jun 14 23:09:19 2024
Group: Development/Debug Build host: s390zl34
Size: 389251 Source RPM: highway-1.1.0-slfo.1.1.2.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/google/highway
Summary: Debug sources for package highway
This package provides debug sources for package highway.
Debug sources are useful when developing applications that use this
package or when debugging this package.

Provides

Requires

License

Apache-2.0 OR BSD-3-Clause

Changelog

* Sun Feb 18 2024 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 2023 jengelh@inai.de
  - Update to release 1.0.7
    * Add LoadNOr, GatherIndexN, ScatterIndexN
    * Add additional float<->int conversions
    * Codegen improvements for 8-bit shift, PPC Compress/Expand
* Fri Aug 11 2023 jengelh@inai.de
  - Update to release 1.0.6
    * Add MaskedGatherIndex, MaskedScatterIndex, LoadN, StoreN,
      SatWidenMulPairwiseAdd, SumOfMulQuadAccumulate,
      PromoteUpperLowerTo.
    * Add F64 for Wasm, F64 AbsDiff
    * Validate all D args in x86 function signatures
* Wed Jul 19 2023 jengelh@inai.de
  - Update to release 1.0.5
    * Add Insert/ExtractBlock, BroadcastBlock/Lane, NumBlocks
    * Add integer Le/Ge and [Neg]MulAdd, extend DemoteTo/PromoteTo
    * Add Leading/TrailingZeroCount, HighestSetBitIndex, ReverseBits
    * Add MaskedLoadOr, tuple Get/Set/Create, ReduceSum,
      WidenMulPairwiseAdd
    * Add [ZeroExtend]ResizeBitCast, BitwiseIfThenElse,
      Find[Known]LastTrue
    * Add AESRoundInv, AESKeyGenAssist
    * Add contrib/math Atan2/SinCos, contrib/unroller
    * Add fp16/bf16 support (Armv8, SVE, RVV), HWY_DYNAMIC_POINTER
    * Add OrderedTruncate2To, Per4LaneBlockShuffle,
      TwoTablesLookupLanes
    * Add SlideUp/Down[Blocks/Lanes], Slide1Up/Down, ReverseLaneBytes
    * Add SetBeforeFirst, SetAtOrBefore/AfterFirst, SetOnlyFirst
    * Add 8-bit Reverse2/4/8, Shl/Shr, RotateRight, Reverse, Mul
    * Add 8/16-bit DupEven/Odd, TableLookupLanes
    * Add F64 ApproximateReciprocal[Sqrt], 32/64-bit SaturatedAdd/Sub
* Wed May 24 2023 jengelh@inai.de
  - Update memory limiter from 900 to 1400/process.
* Fri May 12 2023 jengelh@inai.de
  - Add memory-constraints to build
* Wed May 10 2023 jengelh@inai.de
  - Add no-forced-inline.diff [boo#1211093]
* Fri Mar 17 2023 jengelh@inai.de
  - Update to release 1.0.4
    * Add PPC8..10, SSE2, AVX3_ZEN4, NEON_WITHOUT_AES targets
    * Add Expand, LoadExpand, integer AbsDiff, SumsOf8AbsDiff
    * Improved Half/Twice support, codegen for Shift*Same
    * Faster KV128 sorting
    * Update RISC-V V intrinsics for 1.0-draft
  - Remove arm-disable-runtime-dispatch.patch (appears merged)
* Thu Jan 19 2023 jengelh@inai.de
  - Update to release 1.0.3
    * Add RearrangeToOddPlusEven, Xor3, 8-bit CompressStore,
      HWY_ASSUME
    * Add contrib/bit_pack for 8/16-bit lanes
    * Update for new RVV intrinsics; faster WASM min/max and
      extmul/q15mul
* Thu Dec 15 2022 simon.vogl@gmx.net
  - Added missing baselibs.conf so that 32bit library packages
    become available
* Wed Nov 23 2022 brunopitrus@hotmail.com
  - Fix the library being built for incorrect microarchitecture
    on armv{6,7}hl.
    * add arm-disable-runtime-dispatch.patch to fix compiler error
  - Actually run the testsuite.
* Tue Nov 08 2022 jengelh@inai.de
  - Have armv7 build succeed again.
* Tue Nov 01 2022 jengelh@inai.de
  - Update to release 1.0.2
    * Add ExclusiveNeither, FindKnownFirstTrue, Ne128
    * Add 16-bit SumOfLanes/ReorderWidenMulAccumulate/ReorderDemote2To
    * Faster sort for low-entropy input, improved pivot selection
    * Support static dispatch to SVE2_128 and SVE_256
  - Leap just needs a modern gcc, no need for clang
* Wed Oct 26 2022 tom.mbrt@googlemail.com
  - Fix build on openSUSE Leap by using clang
* Thu Sep 22 2022 idesmi@protonmail.com
  - Update to 1.0.1:
    * Add Eq128, i64 Mul, unsigned->float ConvertTo
    * Faster sort for few unique keys, more robust pivot selection
    * Fix: floating-point generator for sort tests, Min/MaxOfLanes for i16
    * Fix: avoid always_inline in debug, link atomic
    * GCC warnings: string.h, maybe-uninitialized, ignored-attributes
    * GCC warnings: preprocessor int overflow, spurious use-after-free/overflow
    * Doc: <=HWY_AVX3, Full32/64/128, how to use generic-inl
    * ABI change: 64-bit target values, more room for expansion
    * Add CompressBlocksNot, CompressNot, Lt128Upper, Min/Max128Upper, TruncateTo
    * Add HWY_SVE2_128 target
    * Sort speedups especially for 128-bit
    * Documentation clarifications
    * Faster NEON CountTrue/FindFirstTrue/AllFalse/AllTrue
    * Improved SVE codegen
    * Fix u16x8 ConcatEven/Odd, SSSE3 i64 Lt
    * MSVC 2017 workarounds
    * Support for runtime dispatch on Arm/GCC/Linux
* Wed Jul 13 2022 guillaume.gardet@opensuse.org
  - Use GCC11 instead of default GCC12 to build on aarch64 Tumbleweed
    until fixed upstream - https://github.com/google/highway/issues/776
* Sat Jul 09 2022 jengelh@inai.de
  - Initial package (version 0.17.0) for build.opensuse.org

Files

/usr/src/debug/highway-1.1.0
/usr/src/debug/highway-1.1.0/build
/usr/src/debug/highway-1.1.0/hwy
/usr/src/debug/highway-1.1.0/hwy/aligned_allocator.cc
/usr/src/debug/highway-1.1.0/hwy/aligned_allocator.h
/usr/src/debug/highway-1.1.0/hwy/base.h
/usr/src/debug/highway-1.1.0/hwy/contrib
/usr/src/debug/highway-1.1.0/hwy/contrib/image
/usr/src/debug/highway-1.1.0/hwy/contrib/image/image.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/image/image.h
/usr/src/debug/highway-1.1.0/hwy/contrib/sort
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/order.h
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort-inl.h
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort.h
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_128a.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_128d.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_f16a.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_f16d.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_f32a.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_f32d.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_f64a.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_f64d.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_i16a.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_i16d.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_i32a.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_i32d.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_i64a.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_i64d.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_kv128a.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_kv128d.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_kv64a.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_kv64d.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_u16a.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_u16d.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_u32a.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_u32d.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_u64a.cc
/usr/src/debug/highway-1.1.0/hwy/contrib/sort/vqsort_u64d.cc
/usr/src/debug/highway-1.1.0/hwy/nanobenchmark.cc
/usr/src/debug/highway-1.1.0/hwy/nanobenchmark.h
/usr/src/debug/highway-1.1.0/hwy/ops
/usr/src/debug/highway-1.1.0/hwy/ops/shared-inl.h
/usr/src/debug/highway-1.1.0/hwy/per_target.cc
/usr/src/debug/highway-1.1.0/hwy/per_target.h
/usr/src/debug/highway-1.1.0/hwy/print.cc
/usr/src/debug/highway-1.1.0/hwy/print.h
/usr/src/debug/highway-1.1.0/hwy/robust_statistics.h
/usr/src/debug/highway-1.1.0/hwy/targets.cc
/usr/src/debug/highway-1.1.0/hwy/targets.h
/usr/src/debug/highway-1.1.0/hwy/tests
/usr/src/debug/highway-1.1.0/hwy/tests/test_util.cc
/usr/src/debug/highway-1.1.0/hwy/tests/test_util.h
/usr/src/debug/highway-1.1.0/hwy/timer-inl.h
/usr/src/debug/highway-1.1.0/hwy/timer.cc
/usr/src/debug/highway-1.1.0/hwy/timer.h


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jul 18 00:41:20 2024