<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nissy-core/src/solvers/h48/gendata_h48.h, branch master</title>
<subtitle>The "engine" of nissy, including the H48 optimal solver.</subtitle>
<id>https://git.tronto.net/nissy-core/atom?h=master</id>
<link rel='self' href='https://git.tronto.net/nissy-core/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/'/>
<updated>2026-04-06T13:55:33Z</updated>
<entry>
<title>Make the project build with Microsoft's broken C compiler.</title>
<updated>2026-04-06T13:55:33Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-04-06T13:55:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=fc41f7917531693680b5baf71ffe38c47333fe84'/>
<id>urn:sha1:fc41f7917531693680b5baf71ffe38c47333fe84</id>
<content type='text'>
MSVC is not fully C11-compliant, even when compiling with /std:c11.
Some changes were needed to make the codebase compatible. Notably, the
notation a[static N] and a[n] for function parameters of array type is
not supported, so that had to be hidden behind a macro.  Atomic types
are also an experimental feature, apparently, but at least they work
with the correct compiler flag.

One thing that MSVC does well, however, is warning on integer conversions
on /W4 level. I am not sure if Clang and GCC have something similar,
so I took this chance to fix some of these.
</content>
</entry>
<entry>
<title>Improve Windows build support.</title>
<updated>2026-03-01T17:09:44Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-03-01T17:09:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=2c291aed4bb80f07e8557284d3399cf1e2a4ccb9'/>
<id>urn:sha1:2c291aed4bb80f07e8557284d3399cf1e2a4ccb9</id>
<content type='text'>
- Use multithreading (works with a sufficiently recent version of
  the Microsoft developer tools / C SDK).
- Detect CPU architecture and use AVX2 or NEON when appropriate.
- Automatically detect python installation path.
</content>
</entry>
<entry>
<title>Improve pruning value fetching and re-do benchmarks</title>
<updated>2025-12-17T15:15:02Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-12-17T09:51:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=ac3a91f4f173e7a38c70d5cd0caf5a025642312b'/>
<id>urn:sha1:ac3a91f4f173e7a38c70d5cd0caf5a025642312b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Swap bit pairs in pval_min</title>
<updated>2025-12-15T23:29:03Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-12-15T23:29:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=eed4de7f91d1013a842161f8e36c809d78573c4c'/>
<id>urn:sha1:eed4de7f91d1013a842161f8e36c809d78573c4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update comments</title>
<updated>2025-12-14T18:38:34Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-12-14T18:35:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=af6e9af26e0f547b41fc85f1cce07040cb3dbc87'/>
<id>urn:sha1:af6e9af26e0f547b41fc85f1cce07040cb3dbc87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup, update documentation, fix examples</title>
<updated>2025-12-14T15:09:31Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-12-14T14:12:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=bcd52547af58b15868e24f3904e307548d1fd505'/>
<id>urn:sha1:bcd52547af58b15868e24f3904e307548d1fd505</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bye bye h0k4</title>
<updated>2025-12-14T11:23:33Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-12-14T11:20:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=21fdf9697ddfab0a9c082a91ae0a79b1b574774c'/>
<id>urn:sha1:21fdf9697ddfab0a9c082a91ae0a79b1b574774c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Intertwined table seems to work</title>
<updated>2025-12-14T09:26:34Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-12-13T18:16:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=b25989e47adfadabcf0dabfd58d615622887cee0'/>
<id>urn:sha1:b25989e47adfadabcf0dabfd58d615622887cee0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wrapped pthread use in custom API</title>
<updated>2025-08-11T09:48:40Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-11T08:22:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=d25f23805c6d7128b508a359d47af136dd2fd0db'/>
<id>urn:sha1:d25f23805c6d7128b508a359d47af136dd2fd0db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All coordinates unsigned</title>
<updated>2025-07-29T10:12:43Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-07-29T10:12:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=ea0387796a349c91032fbcb10f50c6ad8607b0f6'/>
<id>urn:sha1:ea0387796a349c91032fbcb10f50c6ad8607b0f6</id>
<content type='text'>
</content>
</entry>
</feed>
