]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
tests/tcg: target/mips: Rename two header files for consistency
authorAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 7 Mar 2019 18:01:56 +0000 (19:01 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 11 Mar 2019 11:36:58 +0000 (12:36 +0100)
Rename two header files for consistency and clarity. Do all other
changes to accommodate new names.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <amarkovic@wavecomp.com>
Message-Id: <1551981716-30664-3-git-send-email-aleksandar.markovic@rt-rk.com>

116 files changed:
tests/tcg/mips/include/test_inputs_128.h [moved from tests/tcg/mips/include/test_inputs.h with 99% similarity]
tests/tcg/mips/include/test_utils_128.h [moved from tests/tcg/mips/include/test_utils.h with 97% similarity]
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_b.c
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_d.c
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_h.c
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_w.c
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_b.c
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_d.c
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_h.c
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_w.c
tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_b.c
tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_d.c
tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_h.c
tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_w.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_b.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_d.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_h.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_w.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_b.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_d.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_h.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_w.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_b.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_d.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_h.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_w.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_b.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_d.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_h.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_w.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_b.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_d.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_h.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_w.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_d.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_h.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_w.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_d.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_h.c
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_w.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_b.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_d.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_h.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_w.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_b.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_d.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_h.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_w.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_b.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_d.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_h.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_w.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_b.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_d.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_h.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_w.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_b.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_d.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_h.c
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_w.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_b.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_d.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_h.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_w.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_b.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_d.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_h.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_w.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_b.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_d.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_h.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_w.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_b.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_d.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_h.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_w.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_b.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_d.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_h.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_w.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_b.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_d.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_h.c
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_w.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_b.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_d.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_h.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_w.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_b.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_d.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_h.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_w.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_b.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_d.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_h.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_w.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_b.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_d.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_h.c
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_w.c
tests/tcg/mips/user/ase/msa/logic/test_msa_and_v.c
tests/tcg/mips/user/ase/msa/logic/test_msa_nor_v.c
tests/tcg/mips/user/ase/msa/logic/test_msa_or_v.c
tests/tcg/mips/user/ase/msa/logic/test_msa_xor_v.c
tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_b.c
tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_d.c
tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_h.c
tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_w.c
tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_b.c
tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_d.c
tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_h.c
tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_w.c
tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_b.c
tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_d.c
tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_h.c
tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_w.c

similarity index 99%
rename from tests/tcg/mips/include/test_inputs.h
rename to tests/tcg/mips/include/test_inputs_128.h
index a0bbbdf5350d240fefb810a6ec495ee69dce8243..e4c22dde6e5700266fa6edb67e67f91e5ba7c0cd 100644 (file)
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef TEST_INPUTS_H
-#define TEST_INPUTS_H
+#ifndef TEST_INPUTS_128_H
+#define TEST_INPUTS_128_H
 
 #include <stdint.h>
 
similarity index 97%
rename from tests/tcg/mips/include/test_utils.h
rename to tests/tcg/mips/include/test_utils_128.h
index 0b3af3d037e97fa16624df259941174619c63648..cfd7ad318840a112f2d4c15a11e54132dde06e71 100644 (file)
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef TEST_UTILS_H
-#define TEST_UTILS_H
+#ifndef TEST_UTILS_128_H
+#define TEST_UTILS_128_H
 
 #include <stdio.h>
 #include <stdint.h>
index 574fd755fd0d452eda8c2d8f8877cdb5beff3d21..c73ed2464e7130f0f90f3e4d118e2853d7c4a0e2 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index eec0bfe6f3e5017691ec7c9729dc75fc725dc1ee..b10fb23e884d1f9f0ab052327b76a3a7bfa83362 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index b3382660cbd25bc37eedc6d516284be11fe85e34..c1dc0754e608ec04af11f574320c91a7cf993039 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index e6f454647675fb4fdf526bb079099d1e66d892ec..4f7a556dec2db30b00bc61445f607cded9ba459c 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index 430f30be5f5ad7291cb422585619edd4aa023a4f..c202ba4856cc1ba28c739e3485d0ea0fa0c724ce 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index 8dcd771d68e743db446750b9931f803c6c5480ad..1edead286025145c0b8461d65266fef5df15b0fc 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index b329432b0bbf726b925c50bf4ea5994b9fa3cfd8..b2724c532e9ccc95de5e2213b195b10d0bf9f191 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index 6cf28c3f77ef604b729aafd25aaf5145582fec30..b547c73621271673cbf298699392b4d79fd5387e 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index cf2c088dedecaa2c0a78670cba78ffecbdb9e6a2..5918e7fcf3ab50e2d5ebdc739aa68e4008a1047c 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index 26acf0ca63b4eaa45e893cf59fd0c099265bf538..667ca3112a2ef8d03617a1dea11156364a53dae7 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index ab7691420e6ecff8e81dcd5ed9f006188e6b01f6..2951f869833f2706bb38aff29cd0c805e83ff331 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index 2e6f2906063659a6d83b15ae28cb1514ddf2d641..ab43ea92cd007b031baf3b8e9ac4a38a7a8b80db 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index 8207b005fc8387410e2b5411ac31a4f9ac9eff5e..d2ea54f43d2f9fd2afbd1da5d8d3d1fbfb89a15d 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 2cc004169f334dfd5ed76aad3b3848d852111d72..56b81f9090ca14022110d42888f203a4b8678033 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 24295bbf00382bea6142060543171f026b66bc09..fe3c66499739fe517a2bafe6e9988ff3a04692bd 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 03f8fd29ac6dcca3e872769f0046e0cc45211a36..205117ea95d3965675e4f24ad484a032b832c423 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 0c8004b65773fd1def5caea5e00ef86d9c98dd09..6939e91fe43ca52e8d0ae98129c1e789a2091fea 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index c21346fcbd5758f6b96619b4082d4cc7b42b880a..af0f3d3700ff285fa28579f760170caff11363e0 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 2831580557cc5e6b9ac3d1c4c446b64a38fbdf53..4d3774fef2a36f5ad845e45c5cca5863d2023025 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index b502c3b956b02fc809f3780cf49e7d3ec91ee067..6f06fdc7cda9865fca8a37ec675f34532162b084 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index e4846c4420737608af993cda8523fb9ce7319741..e6cb9871f5b4873b1dc0e41f5c175c0e3a83ae55 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index c733dba6be16a5e631ee9779b9569a590fbe61ea..2cda5d9661a7cc092517dfbc037f95bb4fcdb1f7 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index ec4edb8b7cf98b46e5345cb783c522582a17862d..55393224233741ed880e6183fd709a4234117939 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index b7385d6627922fe45d27da891a08d8ec31891c77..4f2cc3862ea7b3fbafcfb03fcfe3db310c3330ce 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 341c42013a5c3dc13d1af1f593d5ae8c92017a29..e2d9be38e7067c9f7bfca9b0015dd0739457d76d 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 414be70b96f7df1574b1d968bd5481f1ed041425..8418c636b6beafb35e40f1de6a3a3d63e91d8540 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index b6ca9c96f61ac6d8afd5477ce5f40a388d471243..8a3b5c5cf53f1d34f06df5de0b0c9f28e9b137d6 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index af306760a9fcc6c64b24b3ddfcf66f7b70b4659d..b18bdc3ea0a13610d29c3f27991f1c235df2d49e 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 61aee3b266c220366dc706c6606d4c6daded1a92..c86c99291e2adce0ac471511224bb05210326578 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 0e1b76f366bd97c5d1ad2386441b1926685e1d63..0f301515b3951e60311a33e3e9c658528b5008ad 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 35b79cfb767d4da681bcc7a7c3db0b526095cdce..c6b4cf697baebc01aaf8a7eb286b210488657667 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index b3c8e3224a5d9d8481c69b224c40439d3860a483..2a565e8ed4c4ee9e1298083063da352b1fd01c2b 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index c455db51a5aab7eac1e4609f21342002daec5baf..7845dc0218a1962b38ff40f7bb374694d91c7ff8 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 2b0e9d28df7cb2fd79c66e011e26dfffccbd12ef..ddc2de3ff251e78b19107c64e93832bbd464c9cd 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 2c090661f7dd65695dc8b4daeaaa92da38d5f3a7..887cd1cd5ce81d53e9302f38e99eb455e5f4011a 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 566205082d5e9c61cfd1f7b03478021ee05fce0b..f0710f15dec704a3f1a5c73e888e19b304860213 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index e23ac0a7778d22fb9c2e5526499c2a0596f1e61f..fe55d3eaee675d92e7d98ac896461c2a26af30c1 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index c71d82ab41638cc7d062598c618e0b47b4826b82..babe04d586eddfe0aa4b41a182939e74184717ff 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 1c384605ba3060d076d2e5c08935aeadb51abd78..bb884ee7526e79ca65b006de3e1483b1b5670887 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 95c7c86e290e508fbdef11933f2e6cf3f46dba5e..ef13f7d05d92e6e772263d2a1811cecc4f6fe6c5 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index c54ed95e7d127621a1767f5fea9c7fca8cee56f7..1c43d40ee1304da0aaa489ee61707bb29f7af2be 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 387b15de5f1539714b3b64e436dbaf6305cbeaae..1297d41f292b0b22cd82f317b4ded0e03dd4a869 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 4c266cd740872785da5b7b5b787cac353627001e..afd5f635f0a71602e97a8ae6611810d88d680362 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index d35ff2af0ef8365afda6079fa7aa0136aeb73339..04d58d103c631760af61486559579a49437f453e 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 1dd23def414dd741d06f63efbeaae99775848691..ed1a1e21bdab199cee4d3c09e9117a011c4c2c81 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 54c9696a390c9df3ff41f89097cdeb5c65269d44..ea4dc1a30bdbcbf8964e1dbed4bf0b221852885b 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index b8cc8442b8b2f640aa40c4de4b4c7fc2b6ca2801..6e4fdd83ec39c3b96f34e63f30140bbac963369d 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index e10e35f361d2e37519556beb6e8ed7915ad555f7..b2b2f557b8e7de2b6662e476aa18ac6ab5ed2b5d 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index af151f4782263cf74b5b2ba80df5669e6c8420d5..b2267752ebd373c41a315dff20f4ba81de63711b 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 3ff612e16cff074b3c6c5a2ad4787365fb64ecdc..00e930c0c7ae84f49a6a74155d6b298a75c9bc63 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 32e634855b54108441c3ae8525e67df9c5f94184..4a52ebe491e0bfcec72cc019d674bf69b63b2d4e 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 39796cb00ace465ee8e16afc167d8d7fa4968473..cc945cdf8d351eb2207ac9e21fb9566112e3449d 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index ab9f6bcb187245c1956f6d2d6821c45c6c3228f0..b228dfe7f5c60741cfcf0c78acc09a75da74c51c 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index f7d0db4e6df3004ed1c7feabbe08ada4a5d84a56..6cb192a8518066f08b3e78bb8a70ee6d99209378 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index fc7a49782dcfd6d4206984783719ad5696a47395..b6189d6b724b0fd2dc09087ce25eb407151adcdc 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 5072d0966f8ef8b82d1aba30d822839d0f442c6d..4f547d8f0bbaab69f09df03013e9944930d7e91d 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index face857224cf22aaeb27a39f1327c41c591c371f..9fcd81c653a50aa7d5577bc96b8475a8846462c2 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index bddda8aeff778ca8bb3f87ca38da68d225231980..8f648afa62462700d9ea988edb352d016f9e30fc 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index c9e3bd512324bbf0a51bdf87d46121a095bff515..5fa2644c302cb289b0fc4ad792d4fe0b9b5ea064 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index efe4569a6e33677a06025d3078de60d700981ebd..9d97982ab53feb66bed1b7b96515dfe07e8a6e68 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index e8cee19446dd126ee6c29b790f34ee39478b9ffa..3365f726a2b47b40a75a0092b5157feddf3ab0d7 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 6f1eb68140157fd7970f92e28d8493579c6178ce..b33f4b7d79ce9d0f8da3290c5cf6d720c9f43d6a 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index c26ef59153abed46e062c44c76165b28ad1e6df4..71e571d0c4ec276d04cdce4cc1195bd54db5a3e6 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index b5407b041ea43dc317b20423ac37ebc6a22d122a..e088ab99e32d02380cf9fb28beaddd8c2f4a8a7f 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 8c3d58c7d3944abce398c9b5b8e4b2176fefca6a..6d1b81a119d30d142339a6bee3dfa67a663debf8 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index aa22faf6dd35dd7328c1a610c671986407ed5e4a..bd642943224fc7e24b771041d056d3b239a1d3bc 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 5e648dc15107ae68f191e8a16dc6d463181588a1..206d907a267c55722b5bb07966481fdf7d7767b7 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 17067d3fe8ac2f0943f85ed51834231a4e3be5d5..4dd247f54aa7e2ba3fd13e9f9c6c167d72e165c4 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 8bf11a011248933e23279cf1dddd253b03254fd6..0e6a7651eb5fe94d6b4a93948059e344d8c35366 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 6eecc46d5e63dbd693c09ee152796204d75027b6..db6144055136a06bbae4add30e2eb320e40d72a3 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 48026a219d85e586aafa16c023a71f693f637bca..d2a93a2e446e0eaf9e9410406e7c0ef2d5f215e4 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 5f65fb41151e7b2a856a5cbc2efdc8917de2379d..69fd3c766259a987c539b9f8c50172f6bc808b22 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index a2eb7fa10e84b78842965f67e835aa2590c52881..9f45b55539640d1d10824ef376d132aeeb3e103c 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index ca1acfba5cad10e5a5a57058cbcdf41578e8992c..b08231d65f2869603515786407c48df5076bdd7f 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index ce56619092e73a5ff703f36f1c9a92f7e541abb5..80b5201be1bff33b8981101e14096d412cd4b0d1 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index d7758892911efcc7f17ea5147a291d7e197fee66..0ed319024cb1d96e0a2503511c3e0032c933819b 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 5a984d39cbc1a57ea798422289ffa4d27f6c0b1d..b049054d9f858154a1d50911025e540ad897d14f 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 9e6ee5ac49f37e21667f73017a5d58a1d8312e9d..2bcd0a00ef6fc48e3d059a08cfd988d7b375f08b 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 57b702db84ae4a678ec138b526f0f2cadf7135ff..2a06b433793e938a9919da3205ba3dd644e423dc 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index f2f98aca42cafa21eb7f7fa35b5dd6dce5e13e88..37924f303812716d95dc4b07fd439df3cd665183 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index b89ba3bc3aebeeb1e05cbdcc43cce82e46d80647..1846995ce4e4b385e0fa1a60586541d20f452fc5 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 20992b3140cca05a86bf01116a18ad3c8c536295..8b20c0544094d4384f8515c8e015db20c54a7ce9 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 5690c5c334ba4f7d83e59b8a62b2acfd7f00f02d..d720dc30a556e1f03fc9f2c3a479ba1206caa9ae 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index a8b1a0a2e6171f92d699329a93943f996d25eb4b..83239949afa51a8b42ba38fd6fc8ade68117d829 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 5bd7189d1c4358074d5536b116dcd1acf88b0dba..3f6fc265d2c5c770decff17768ff4db8d099ac5f 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index ecb3ded4ce8ec9baf99da132f476d687edf3fb6f..30d2e3802db2691200b039e12abc53a08b11730d 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index acf0ebf63f2cd9aa0f0157fcde3fbc8a40cd048c..c771287a71aaab0f2efb2856d47e817ab4bc2e96 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index ef31f0d16955042a24f5819c9c7533eb81b9e48d..b7d5fcdc18377d4cbb5c42e2ed06224969ce8ac0 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index dc4066bf65eac6cbaf078a097974542d3a8140d1..af7287623618bb3888e45d2026e1417cb0ff36a4 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 68e55624aa34392ed9fc2a7ba138907edb63f136..e06c9d94ca6db4c3d64dfb7c527bcd1f60cdf74a 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 8923caf257d1bebb332d8a9554acd6dd921ba4dc..8e7f1c4706e76689927711f942a83ecf148755e2 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 1580080b6d93322bbe55708aa8170401e97fbbef..acbd94a68d68486b433359f5dfa596a31ffbb76c 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 32c2a4e515229134adf5955dbde2dfca66e88c1e..8a82def4072ba990eadfc8a141728129918be925 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 7f65239b4069aa8f94f253b4df69fc32880e6477..e19170c3642db85f981e95f4acf53f5f3d025470 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index ddf2eefac7fa21d6e98aa444bcf1fb055d0ab739..1e519e6e9efb253dd933c83d30b4f525ac234390 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 898b4e3163fff17623043ed37f9396d308fd24d5..be760430c754409258d1974e5c90f337393600a3 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 3295ed8041d44ca151ee14677651767af8eea46d..cbd4685ecaf167aba0fa79a9ed7428277944254e 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 2c1ebc7b6c2c117d28cf3e2d7e2e68a0d5437d32..5f4cfd037795cefd058a4944b372a4ce728774e0 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 42479ef412e3b7f8978af87710ffda33b5b11cd8..534c4201a8147ac8f7b080a0e28126fd8d7be89f 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index a956e03daa7369091aa827c755e5b051aa88499f..f781a8bb9dba8dd3ca865ad556b739f56d953cab 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 46ac112b05231307bf0d999ab48043edbab7cec6..924f216e418f805d5a652324164a1a66f5255a71 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index dd3668cb9f695bc86087f95d562ea71ff83adbe6..f0442e65771ec1d727f332bba9907018fd934861 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index ee1aa5d6670b138cc6b2795b3b9c2ce37b3f446b..409773d7f2d8b4288df95d7764ca3c3022f319e3 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 5df658afa7d240d1f5052fc8faeb73fcbceb3167..8e897164161816c1f488d12d6eef3a1e75d5f9cc 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 90a5123b72dc156293795690c0881000eb0febd7..b389587dfe5551871dfee0fb7bce769e4cb2a808 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 364b835743087187debd9e4cff8758c6d722c613..d393ad5066a6a52871f66b142f77e89f152aeb2c 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index e63723732584ed3698a7e45b426234e07221796b..ab363a0cdcf20056ab665583be4bdb8e36816d7c 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index d0b17f43897989de224b69558d26f6e61de9c31e..09a61408bc199aa8c8ca34ec3cca827085ba2fe7 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 034c9e834689983a39d30066761f82f0319fd187..d7a8c5b5afc5271380d8f087d53f6a09c0aa8c74 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 2ff1c36c1ef290a3d73bbecfbffda4b302afca5b..4b732d03591816e54c8e5c44f383de664f3f84f3 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 1f4853a792cb6d53ef70681b2703473fec5175c0..d9ccf575faa6ca0897c69249599aced6476beca8 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index 0c42d27202f8e446179a8d3452cd238609c6bb3e..6c555fbb23e4f5759bdcf92475271d3ae7494cab 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index f3f0e9387d439213be042f98328d817d6d15ba81..9dfcb51fe55fae500428a2dab50c5dc7d454de47 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
index c5f2026b135e6f400026fd449707675bbd00b527..97074c0924a66d0b1a715560b4dbcb7c9ad060c5 100644 (file)
@@ -23,8 +23,8 @@
 #include <stdint.h>
 
 #include "../../../../include/wrappers_msa.h"
-#include "../../../../include/test_inputs.h"
-#include "../../../../include/test_utils.h"
+#include "../../../../include/test_inputs_128.h"
+#include "../../../../include/test_utils_128.h"
 
 #define TEST_COUNT_TOTAL (                                                \
             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \