pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/libhighway



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 26 10:13:11 UTC 2026

Modified Files:
        pkgsrc/graphics/libhighway: Makefile PLIST distinfo

Log Message:
libhighway: update to 1.4.0.

Add:

    Fast* math functions, sum_array example
    HWY_ARCH_MAX_BYTES, HWY_MIN_BYTES, HWY_NATIVE_MASK, HWY_REGISTERS
    HWY_EXPORT_AND_TEST_BEST_P
    InterleaveLower/UpperBlocks, Lookup8, XorAndNot
    MinMax algo, AtomicBitSet
    RVV and LSX/LASX runtime dispatch, FreeBSD futex

Improvements:

    MulByPow2, PopulationCount, SumsOfAdjQuadAbsDiff
    ReorderWidenMulAccumulate, SumOfMulQuadAccumulate
    Re-enable SVE, add i8mm for SVE/NEON_BF16

Fixes:

    EVEX512 compiler change workaround, Timer::start() result truncation
    BF16 dot on SVE, doc formatting, StringTable race, warnings


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/libhighway/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/libhighway/PLIST \
    pkgsrc/graphics/libhighway/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libhighway/Makefile
diff -u pkgsrc/graphics/libhighway/Makefile:1.10 pkgsrc/graphics/libhighway/Makefile:1.11
--- pkgsrc/graphics/libhighway/Makefile:1.10    Wed Aug 20 19:31:43 2025
+++ pkgsrc/graphics/libhighway/Makefile Sun Apr 26 10:13:11 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/08/20 19:31:43 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2026/04/26 10:13:11 wiz Exp $
 
-DISTNAME=      highway-1.3.0
+DISTNAME=      highway-1.4.0
 PKGNAME=       lib${DISTNAME}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}

Index: pkgsrc/graphics/libhighway/PLIST
diff -u pkgsrc/graphics/libhighway/PLIST:1.5 pkgsrc/graphics/libhighway/PLIST:1.6
--- pkgsrc/graphics/libhighway/PLIST:1.5        Wed Aug 20 19:31:43 2025
+++ pkgsrc/graphics/libhighway/PLIST    Sun Apr 26 10:13:11 2026
@@ -1,15 +1,19 @@
-@comment $NetBSD: PLIST,v 1.5 2025/08/20 19:31:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/04/26 10:13:11 wiz Exp $
 include/hwy/abort.h
 include/hwy/aligned_allocator.h
 include/hwy/auto_tune.h
 include/hwy/base.h
+include/hwy/bit_set.h
 include/hwy/cache_control.h
 include/hwy/contrib/algo/copy-inl.h
+include/hwy/contrib/algo/count-inl.h
 include/hwy/contrib/algo/find-inl.h
+include/hwy/contrib/algo/minmax-inl.h
 include/hwy/contrib/algo/transform-inl.h
 include/hwy/contrib/bit_pack/bit_pack-inl.h
 include/hwy/contrib/dot/dot-inl.h
 include/hwy/contrib/image/image.h
+include/hwy/contrib/math/fast_math-inl.h
 include/hwy/contrib/math/math-inl.h
 include/hwy/contrib/matvec/matvec-inl.h
 include/hwy/contrib/random/random-inl.h
Index: pkgsrc/graphics/libhighway/distinfo
diff -u pkgsrc/graphics/libhighway/distinfo:1.5 pkgsrc/graphics/libhighway/distinfo:1.6
--- pkgsrc/graphics/libhighway/distinfo:1.5     Wed Aug 20 19:31:43 2025
+++ pkgsrc/graphics/libhighway/distinfo Sun Apr 26 10:13:11 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/08/20 19:31:43 wiz Exp $
+$NetBSD: distinfo,v 1.6 2026/04/26 10:13:11 wiz Exp $
 
-BLAKE2s (highway-1.3.0.tar.gz) = 316c71597ce2d1a797bdbd7c222869298d64e36f7c105015332786a0403ec32d
-SHA512 (highway-1.3.0.tar.gz) = 8b9f4fdc4fa60b6817417959853f5b55bf86aec9d35fc6664dda15179cc55e0a9940f3a46011a84b95263ba342dc47ca1cb93b04481ff4b63d724cce1815d7c6
-Size (highway-1.3.0.tar.gz) = 3634890 bytes
+BLAKE2s (highway-1.4.0.tar.gz) = b4cbdce4d193800c2f88e4da811bae1f00dd9ab8754af678c9ed61a838bd807f
+SHA512 (highway-1.4.0.tar.gz) = 819422857d6a74e3a936c402698e078db5b7b88fb43767e62429ec7bd954fe93b017e75029a4df4a1a97ef3a2486107eef5247da751eb487640dea409f3f2fa2
+Size (highway-1.4.0.tar.gz) = 3691240 bytes



Home | Main Index | Thread Index | Old Index