aboutsummaryrefslogtreecommitdiff
path: root/cube.h
diff options
context:
space:
mode:
Diffstat (limited to 'cube.h')
-rw-r--r--cube.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cube.h b/cube.h
index a588ba4..925ea36 100644
--- a/cube.h
+++ b/cube.h
@@ -3,8 +3,8 @@
3typedef __m256i cube_t; 3typedef __m256i cube_t;
4#else 4#else
5typedef struct { 5typedef struct {
6 uint8_t c[16]; /* Only the first 8 are used, the rest is padding */ 6 uint8_t c[8];
7 uint8_t e[16]; /* Only the first 12 are used, the rest is padding */ 7 uint8_t e[12];
8} cube_t; 8} cube_t;
9#endif 9#endif
10 10

Generated with cgit - Back to sebastiano.tronto.net