<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nissy-core, 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-11T16:57:22Z</updated>
<entry>
<title>Added TODO.md</title>
<updated>2026-04-11T16:57:22Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-04-11T16:57:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=3cb60bcbf4ab9af4e9452a43681f1e7176b0c88f'/>
<id>urn:sha1:3cb60bcbf4ab9af4e9452a43681f1e7176b0c88f</id>
<content type='text'>
</content>
</entry>
<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>Added popcount_u64</title>
<updated>2026-04-06T13:18:26Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-04-06T13:18:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=fe534f1497da6447153064d7bba00243000f803b'/>
<id>urn:sha1:fe534f1497da6447153064d7bba00243000f803b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove use of MMX intrinsics in favor of AVX2</title>
<updated>2026-04-06T08:08:31Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-04-06T08:08:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=b729562fc3c1b85f1ea9a19fadd1caaf85b85777'/>
<id>urn:sha1:b729562fc3c1b85f1ea9a19fadd1caaf85b85777</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Shell improvements</title>
<updated>2026-03-01T17:32:49Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-03-01T17:32:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=2ac46cb4d4133e5d5de90bacfc9b6e979d1d6046'/>
<id>urn:sha1:2ac46cb4d4133e5d5de90bacfc9b6e979d1d6046</id>
<content type='text'>
Ask before overwriting a table file.
</content>
</entry>
<entry>
<title>Improve solver name check</title>
<updated>2026-03-01T17:19:04Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-03-01T17:19:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=895a8ec484ead49ab243772895b24b787e94ef0e'/>
<id>urn:sha1:895a8ec484ead49ab243772895b24b787e94ef0e</id>
<content type='text'>
</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>Merge branch 'master' of tronto.net:nissy-core</title>
<updated>2026-01-26T21:56:24Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-01-26T21:52:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=dff3a040637f2985b5b5e369148a993183964096'/>
<id>urn:sha1:dff3a040637f2985b5b5e369148a993183964096</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve multithreading benchmarks (compare speedup factor, not with vcube)</title>
<updated>2026-01-26T21:52:15Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-01-26T21:52:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=233169d9ab5fb8a796d91a3694f8a522fa54d194'/>
<id>urn:sha1:233169d9ab5fb8a796d91a3694f8a522fa54d194</id>
<content type='text'>
</content>
</entry>
<entry>
<title>miniscule, minor corrections :) (#5)</title>
<updated>2026-01-23T17:41:16Z</updated>
<author>
<name>aashvik</name>
<email>its.aashvik.tyagi@gmail.com</email>
</author>
<published>2026-01-23T17:41:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=f6108ba0fe3b3fd32288a50a0fde86745c6d671e'/>
<id>urn:sha1:f6108ba0fe3b3fd32288a50a0fde86745c6d671e</id>
<content type='text'>
Fix various typos in README.md (thanks to aashvikt).</content>
</entry>
</feed>
