<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ox-arrays/cbits, branch move-Rank</title>
<subtitle>Nested, compositional struct-of-arrays orthotope arrays
</subtitle>
<id>https://git.tomsmeding.com/ox-arrays/atom?h=move-Rank</id>
<link rel='self' href='https://git.tomsmeding.com/ox-arrays/atom?h=move-Rank'/>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/ox-arrays/'/>
<updated>2026-01-31T09:40:16Z</updated>
<entry>
<title>Make arith enums disjoint</title>
<updated>2026-01-31T09:40:16Z</updated>
<author>
<name>Tom Smeding</name>
<email>tom@tomsmeding.com</email>
</author>
<published>2025-12-12T22:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/ox-arrays/commit/?id=b5333de1a1b2f670f2a181f2c6dc506a93061926'/>
<id>urn:sha1:b5333de1a1b2f670f2a181f2c6dc506a93061926</id>
<content type='text'>
This should prevent operation confusion like calling oxarop_binary_*
with IB_QUOT. No error is thrown statically, but at least the nonsense
operation crashes reliably at runtime instead of doing, well, nonsense.
</content>
</entry>
<entry>
<title>C: Fix REDUCEFULL</title>
<updated>2026-01-16T18:14:20Z</updated>
<author>
<name>Tom Smeding</name>
<email>tom@tomsmeding.com</email>
</author>
<published>2026-01-16T18:14:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/ox-arrays/commit/?id=96795853db5a3ee85d7c838a508b4153988e6042'/>
<id>urn:sha1:96795853db5a3ee85d7c838a508b4153988e6042</id>
<content type='text'>
Only the last inner vector was kept...
</content>
</entry>
<entry>
<title>arith: Support Int8 and Int16</title>
<updated>2025-11-15T10:13:10Z</updated>
<author>
<name>Tom Smeding</name>
<email>tom@tomsmeding.com</email>
</author>
<published>2025-11-15T10:12:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/ox-arrays/commit/?id=ad3f44c8b170298e63b8b57ee02cb88fbbd210fc'/>
<id>urn:sha1:ad3f44c8b170298e63b8b57ee02cb88fbbd210fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arith: Better typing of enum stats_binary_id</title>
<updated>2025-04-15T15:18:34Z</updated>
<author>
<name>Tom Smeding</name>
<email>tom@tomsmeding.com</email>
</author>
<published>2025-04-15T15:18:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/ox-arrays/commit/?id=9106993eeb2036f1dc5165535e1f2be77c273f59'/>
<id>urn:sha1:9106993eeb2036f1dc5165535e1f2be77c273f59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arith: Don't use C23 features</title>
<updated>2025-04-15T15:18:18Z</updated>
<author>
<name>Tom Smeding</name>
<email>tom@tomsmeding.com</email>
</author>
<published>2025-04-15T15:18:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/ox-arrays/commit/?id=8210378510b92f8ec224c6adcda3ecc77625f1a0'/>
<id>urn:sha1:8210378510b92f8ec224c6adcda3ecc77625f1a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dotprod: Optimise reversed and replicated dimensions</title>
<updated>2025-03-25T16:09:20Z</updated>
<author>
<name>Tom Smeding</name>
<email>tom@tomsmeding.com</email>
</author>
<published>2025-03-25T16:09:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/ox-arrays/commit/?id=a78ddeaa5d34fa8b6fa52eee42977cc46e8c36a5'/>
<id>urn:sha1:a78ddeaa5d34fa8b6fa52eee42977cc46e8c36a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate arith routines into a library</title>
<updated>2025-03-20T12:01:24Z</updated>
<author>
<name>Tom Smeding</name>
<email>tom@tomsmeding.com</email>
</author>
<published>2025-03-20T12:01:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/ox-arrays/commit/?id=55036a5ea4a6e590d0404638b2823c6a4aec3fba'/>
<id>urn:sha1:55036a5ea4a6e590d0404638b2823c6a4aec3fba</id>
<content type='text'>
The point is that this separate library does not depend on orthotope.
</content>
</entry>
<entry>
<title>arith stats: Print timings with 3 digits precision</title>
<updated>2025-03-18T22:51:51Z</updated>
<author>
<name>Tom Smeding</name>
<email>tom@tomsmeding.com</email>
</author>
<published>2025-03-18T22:51:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/ox-arrays/commit/?id=5414434df62b2b196354b9748b265093c168601b'/>
<id>urn:sha1:5414434df62b2b196354b9748b265093c168601b</id>
<content type='text'>
If you render microseconds timings as milliseconds, you _have_ only 3
digits behind the decimal point.
</content>
</entry>
<entry>
<title>arith stats: Improve output format</title>
<updated>2025-03-18T22:37:56Z</updated>
<author>
<name>Tom Smeding</name>
<email>tom@tomsmeding.com</email>
</author>
<published>2025-03-18T22:37:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/ox-arrays/commit/?id=7883bed5997f430219077202c84af7bf80ada2b7'/>
<id>urn:sha1:7883bed5997f430219077202c84af7bf80ada2b7</id>
<content type='text'>
This makes it nicer to process using unix tools. Try:

$ sed -n '/ox-arrays-arith-stats start/,/ox-arrays-arith-stats end/ !d; /===/ !p' | sort -n -k4,4 -k6,6
</content>
</entry>
<entry>
<title>Arith statistics collection from C</title>
<updated>2025-03-18T21:32:16Z</updated>
<author>
<name>Tom Smeding</name>
<email>tom@tomsmeding.com</email>
</author>
<published>2025-03-18T21:32:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/ox-arrays/commit/?id=cb758277b3fa2d74551c45340b8ff0539713078c'/>
<id>urn:sha1:cb758277b3fa2d74551c45340b8ff0539713078c</id>
<content type='text'>
</content>
</entry>
</feed>
