From e0f38c7e42d9e48ac654f9dcedf8722ff1136106 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 14 Nov 2023 22:18:45 +0100 Subject: Renamed tests, added tests for permsign --- test/022_io_AVX_write/01_solved.out | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/022_io_AVX_write/01_solved.out (limited to 'test/022_io_AVX_write/01_solved.out') diff --git a/test/022_io_AVX_write/01_solved.out b/test/022_io_AVX_write/01_solved.out new file mode 100644 index 0000000..9bc7c29 --- /dev/null +++ b/test/022_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