diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-28 20:42:24 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-28 20:42:24 +0200 |
| commit | b05fa355c49c619cce1226716a395381a944f578 (patch) | |
| tree | b46416e2fbbc70f3d780f4e0ea3de7763115efe0 /src/_move_logic_avx2.c | |
| parent | fabb1ae495c4404af0f26380c97d0bca7e881a27 (diff) | |
| download | nissy-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.c | 3 |
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 @@ | |||
| 1 | static cube_t move_cube[18]; /* TODO */ | ||
| 2 | |||
| 3 | return compose(move_cube[m], c); | ||
