<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in benchfn.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c0d9a07101a1e72769ee0619a583f63a078fb391 - MFV: zstd 1.5.7.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/contrib/zstd/programs/benchfn.h#c0d9a07101a1e72769ee0619a583f63a078fb391</link>
        <description>MFV: zstd 1.5.7.MFC after:	2 weeksRelnotes:	yes

            List of files:
            /freebsd/sys/contrib/zstd/programs/benchfn.h</description>
        <pubDate>Wed, 08 Apr 2026 23:22:45 +0200</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5ff13fbc199bdf5f0572845351c68ee5ca828e71 - MFV: zstd 1.5.2</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/contrib/zstd/programs/benchfn.h#5ff13fbc199bdf5f0572845351c68ee5ca828e71</link>
        <description>MFV: zstd 1.5.2Merge commit &apos;b3392d84da5bf2162baf937c77e0557f3fd8a52b&apos; into zstd_1.5.2full changelog: https://github.com/facebook/zstd/compare/v1.4.8...v1.5.2Updated sys/kern/subr_compressor.c to new APIMFC after:	3 daysRelnotes:	yesSponsored by:	Klara, Inc.

            List of files:
            /freebsd/sys/contrib/zstd/programs/benchfn.h</description>
        <pubDate>Fri, 27 Jan 2023 18:22:31 +0100</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>37f1f2684f2670b204080ef2d6c303becd28545f - Update to Zstandard 1.4.5</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/contrib/zstd/programs/benchfn.h#37f1f2684f2670b204080ef2d6c303becd28545f</link>
        <description>Update to Zstandard 1.4.5As usual, the full release notes are found on Github:  https://github.com/facebook/zstd/releases/tag/v1.4.5Notable changes include:* Improved decompress performance on amd64 and arm (5-10%  and 15-50%, respectively).* &apos;--patch-from&apos; zstd(1) CLI option, which provides something like a very fast  version of bspatch(1) with slightly worse compression.  See release notes.In this update, I dropped the 3-year old -O0 workaround for an LLVM ARM bug;the bug was fixed in LLVM SVN in 2017, but we didn&apos;t remove this workaroundfrom our tree until now.MFC after:	I won&apos;t, but feel freeRelnotes:	yes

            List of files:
            /freebsd/sys/contrib/zstd/programs/benchfn.h</description>
        <pubDate>Sat, 23 May 2020 23:23:46 +0200</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0 - MFHead @347527</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/contrib/zstd/programs/benchfn.h#7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0</link>
        <description>MFHead @347527Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/contrib/zstd/programs/benchfn.h</description>
        <pubDate>Mon, 13 May 2019 20:25:55 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2b9c00cb6bd9392645dc8afca59cf57c42df4e2d - Update to Zstandard 1.4.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/contrib/zstd/programs/benchfn.h#2b9c00cb6bd9392645dc8afca59cf57c42df4e2d</link>
        <description>Update to Zstandard 1.4.0The full release notes can be found on Github:  https://github.com/facebook/zstd/releases/tag/v1.4.0Relnotes:	yes

            List of files:
            /freebsd/sys/contrib/zstd/programs/benchfn.h</description>
        <pubDate>Fri, 19 Apr 2019 04:54:13 +0200</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0483764f3d68669e9b7db074bcbd45b050166bb - Update to Zstandard 1.3.8</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/contrib/zstd/programs/benchfn.h#a0483764f3d68669e9b7db074bcbd45b050166bb</link>
        <description>Update to Zstandard 1.3.8This merge brings in a couple new files, which needed to be attached to thebuild; a new dependency on &lt;limits.h&gt;, which must be stubbed; and a namechange in the Context parameter constants, from ZSTD_p_foo to ZSTD_c_foo.Significantly, it fixes a kernel build error with GCC where floating-pointfunctions were included in the kernel build, by hiding them under the samecompile-time #ifdef that already covered their invocation.  That issue wasintroduced to FreeBSD in the 1.3.7 update and tracked upstream here:  https://github.com/facebook/zstd/issues/1386The full 1.3.8 release notes can be found on Github:  https://github.com/facebook/zstd/releases/tag/v1.3.8Relnotes:	yes

            List of files:
            /freebsd/sys/contrib/zstd/programs/benchfn.h</description>
        <pubDate>Sat, 29 Dec 2018 22:18:01 +0100</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
