aboutsummaryrefslogtreecommitdiff
path: root/src/_move_logic_avx2.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-28 20:42:24 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-28 20:42:24 +0200
commitb05fa355c49c619cce1226716a395381a944f578 (patch)
treeb46416e2fbbc70f3d780f4e0ea3de7763115efe0 /src/_move_logic_avx2.c
parentfabb1ae495c4404af0f26380c97d0bca7e881a27 (diff)
downloadnissy-core-b05fa355c49c619cce1226716a395381a944f578.tar.gz
nissy-core-b05fa355c49c619cce1226716a395381a944f578.zip
Started working on AVX2 (not working yet)
Diffstat (limited to 'src/_move_logic_avx2.c')
-rw-r--r--src/_move_logic_avx2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/_move_logic_avx2.c b/src/_move_logic_avx2.c
new file mode 100644
index 0000000..7bf881c
--- /dev/null
+++ b/src/_move_logic_avx2.c
@@ -0,0 +1,3 @@
1static cube_t move_cube[18]; /* TODO */
2
3return compose(move_cube[m], c);

Generated with cgit - Back to sebastiano.tronto.net