<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg.paper.us.eu.org/vec/</link>
    <language>en-us</language>

    <title>vec: README history</title>
    <description>README revision history</description>
    <item>
    <title>*: add mod operation, add GCC vector backend</title>
    <link>https://hg.paper.us.eu.org/vec/log/55cadb1fac4b/README</link>
    <description><![CDATA[*: add mod operation, add GCC vector backend<br/>
<br/>
need to test it with old gcc though. :)]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#116;&#102;&#108;&#99;&#46;&#117;&#115;&#62;</author>
    <pubDate>Sun, 27 Apr 2025 02:49:53 -0400</pubDate>
</item>
<item>
    <title>*: rearrange some things; add avx512bw support</title>
    <link>https://hg.paper.us.eu.org/vec/log/f9ca85d2f14c/README</link>
    <description><![CDATA[*: rearrange some things; add avx512bw support]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#116;&#102;&#108;&#99;&#46;&#117;&#115;&#62;</author>
    <pubDate>Sat, 26 Apr 2025 15:31:39 -0400</pubDate>
</item>
<item>
    <title>docs: update copyright for 2025, update the README with more info</title>
    <link>https://hg.paper.us.eu.org/vec/log/fd42f9b1b95e/README</link>
    <description><![CDATA[docs: update copyright for 2025, update the README with more info<br/>
<br/>
I slightly edited vec.h however to use calloc directly rather<br/>
than malloc + memset.]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#116;&#102;&#108;&#99;&#46;&#117;&#115;&#62;</author>
    <pubDate>Sat, 26 Apr 2025 02:54:44 -0400</pubDate>
</item>
<item>
    <title>Backed out changeset e26874655738</title>
    <link>https://hg.paper.us.eu.org/vec/log/677c03c382b8/README</link>
    <description><![CDATA[Backed out changeset e26874655738]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#116;&#102;&#108;&#99;&#46;&#117;&#115;&#62;</author>
    <pubDate>Fri, 25 Apr 2025 17:40:55 -0400</pubDate>
</item>
<item>
    <title>*: huge refactor, new major release (hahaha)</title>
    <link>https://hg.paper.us.eu.org/vec/log/e26874655738/README</link>
    <description><![CDATA[*: huge refactor, new major release (hahaha)<br/>
<br/>
I keep finding things that are broken...<br/>
<br/>
The problem NOW was that vec would unintentionally build some<br/>
functions with extended instruction sets, which is Bad and would<br/>
mean that for all intents and purposes the CPU detection was<br/>
completely broken.<br/>
<br/>
Now vec is no longer header only either. Boohoo. However this gives<br/>
a lot more flexibility to vec since we no longer want or need to<br/>
care about C++ crap.<br/>
<br/>
The NEON and Altivec implementations have not been updated which<br/>
means they won't compile hence why they're commented out in the<br/>
cmake build file.]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#116;&#102;&#108;&#99;&#46;&#117;&#115;&#62;</author>
    <pubDate>Sun, 24 Nov 2024 02:52:40 -0500</pubDate>
</item>
<item>
    <title>*: huge refactor, add many new x86 intrinsics and the like</title>
    <link>https://hg.paper.us.eu.org/vec/log/e05c257c6a23/README</link>
    <description><![CDATA[*: huge refactor, add many new x86 intrinsics and the like<br/>
<br/>
ALSO!! now intrinsics are enabled at runtime, depending on what is<br/>
detected. altivec *should* still work but I only tested compiling<br/>
it.<br/>
<br/>
the major version has been updated to 2.0 for this...]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#116;&#102;&#108;&#99;&#46;&#117;&#115;&#62;</author>
    <pubDate>Wed, 20 Nov 2024 04:10:37 -0500</pubDate>
</item>
<item>
    <title>*: many new operations and a real test suite</title>
    <link>https://hg.paper.us.eu.org/vec/log/f12b5dd4e18c/README</link>
    <description><![CDATA[*: many new operations and a real test suite]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#116;&#102;&#108;&#99;&#46;&#117;&#115;&#62;</author>
    <pubDate>Tue, 22 Oct 2024 22:39:05 -0400</pubDate>
</item>
<item>
    <title>*: initial commit</title>
    <link>https://hg.paper.us.eu.org/vec/log/02a517e4c492/README</link>
    <description><![CDATA[*: initial commit]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 22 Oct 2024 01:22:41 -0400</pubDate>
</item>

  </channel>
</rss>
