<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nissy-core/src/arch/avx2.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>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>Add coordinate solvers for corners</title>
<updated>2025-12-19T06:32:09Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-12-19T06:32:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=de04d37e8520079f5bba3b1a87d42313297543db'/>
<id>urn:sha1:de04d37e8520079f5bba3b1a87d42313297543db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug and make avx load consistent</title>
<updated>2025-08-08T08:18:43Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-08T08:18:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=8af57b2ffd92daa9a40384ec8b6c49ffabc474d1'/>
<id>urn:sha1:8af57b2ffd92daa9a40384ec8b6c49ffabc474d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added HTR solver</title>
<updated>2025-08-06T14:52:12Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-06T14:34:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=57a7520545134ab95f7bb0397dcbe991c906a3e9'/>
<id>urn:sha1:57a7520545134ab95f7bb0397dcbe991c906a3e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove AVX512 instruction</title>
<updated>2025-08-06T09:33:51Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-06T09:33:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=d9cbff9e9efbd6a84211ed001c3d0ea8b6fd3057'/>
<id>urn:sha1:d9cbff9e9efbd6a84211ed001c3d0ea8b6fd3057</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move is_eo_even to more appropriate module</title>
<updated>2025-08-01T21:32:19Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-01T21:32:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=7ff76870242b6906b6f3caf22da3c094822ed140'/>
<id>urn:sha1:7ff76870242b6906b6f3caf22da3c094822ed140</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added CPEPE coordinate in preparation of full DRFIN solver</title>
<updated>2025-08-01T14:52:44Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-01T14:52:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=1bd4691d9cc46ec75adbe899b289a1ebc5460721'/>
<id>urn:sha1:1bd4691d9cc46ec75adbe899b289a1ebc5460721</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>
