pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/fast_float



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun  2 05:03:29 UTC 2026

Modified Files:
        pkgsrc/math/fast_float: Makefile distinfo

Log Message:
fast_float: updated to 8.2.6

8.2.6

Unroll the integer-part digit scan (straight-line for the common 1-5 digit case)
Add a 4-digit SWAR follow-up to loop_parse_if_eight_digits (clang)
Parallelize the exhaustive float32 sweeps across hardware threads (~75-88x)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/fast_float/Makefile \
    pkgsrc/math/fast_float/distinfo

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

Modified files:

Index: pkgsrc/math/fast_float/Makefile
diff -u pkgsrc/math/fast_float/Makefile:1.13 pkgsrc/math/fast_float/Makefile:1.14
--- pkgsrc/math/fast_float/Makefile:1.13        Fri Apr 17 05:37:11 2026
+++ pkgsrc/math/fast_float/Makefile     Tue Jun  2 05:03:29 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2026/04/17 05:37:11 adam Exp $
+# $NetBSD: Makefile,v 1.14 2026/06/02 05:03:29 adam Exp $
 
-DISTNAME=      fast_float-8.2.5
+DISTNAME=      fast_float-8.2.6
 CATEGORIES=    math devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fastfloat/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
Index: pkgsrc/math/fast_float/distinfo
diff -u pkgsrc/math/fast_float/distinfo:1.13 pkgsrc/math/fast_float/distinfo:1.14
--- pkgsrc/math/fast_float/distinfo:1.13        Fri Apr 17 05:37:11 2026
+++ pkgsrc/math/fast_float/distinfo     Tue Jun  2 05:03:29 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2026/04/17 05:37:11 adam Exp $
+$NetBSD: distinfo,v 1.14 2026/06/02 05:03:29 adam Exp $
 
-BLAKE2s (fast_float-8.2.5.tar.gz) = e20fb91aeaceab8af21fde473afc235222aa52d0c7865b5c744b1a35e7cc7c46
-SHA512 (fast_float-8.2.5.tar.gz) = a5eccfae20befc2b94f2607bc26a5e9de8f708baf6024506e7ee57677d627a8990893337c724923eb47fd10ef9e319c8de4cde496cf6a012724ba8f36fd2637e
-Size (fast_float-8.2.5.tar.gz) = 122292 bytes
+BLAKE2s (fast_float-8.2.6.tar.gz) = eb3d052960893cda515251ec2ee89fc9d60b92e391b1b6188e11c4e957e9050e
+SHA512 (fast_float-8.2.6.tar.gz) = 6c80e2a47f2053f877615052d9485c193025e03d8ef1a885403d51e2d0a48f53b2fa67904d6a030136c47b56a1bd55c82f14f1a45bcec61d5924dd10c12e50b8
+Size (fast_float-8.2.6.tar.gz) = 134124 bytes



Home | Main Index | Thread Index | Old Index