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/_trans_move_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/_trans_move_avx2.c')
| -rw-r--r-- | src/_trans_move_avx2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/_trans_move_avx2.c b/src/_trans_move_avx2.c new file mode 100644 index 0000000..38b825e --- /dev/null +++ b/src/_trans_move_avx2.c | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | static cube_t trans_move_cube[48]; | ||
| 2 | static cube_t trans_move_cube_inverse[48]; | ||
