From f034efca545cd215e878f525310910b27db24f36 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 2 Nov 2023 18:09:13 +0100 Subject: Added writecube AVX --- test/012_io_AVX_write/01_solved.out | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/012_io_AVX_write/01_solved.out (limited to 'test/012_io_AVX_write/01_solved.out') diff --git a/test/012_io_AVX_write/01_solved.out b/test/012_io_AVX_write/01_solved.out new file mode 100644 index 0000000..9bc7c29 --- /dev/null +++ b/test/012_io_AVX_write/01_solved.out @@ -0,0 +1,4 @@ +_mm256_set_epi8( + 0, 0, 0, 0, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 7, 6, 5, 4, 3, 2, 1, 0 +) -- cgit v1.3