#ifndef VECTOR_TESTS_VECTOR_LOAD_STORE_TESTS_H_ | |
#define VECTOR_TESTS_VECTOR_LOAD_STORE_TESTS_H_ | |
#include "test_vector.h" | |
#include <string.h> | |
#include <springbok.h> | |
#include <assert.h> | |
void test_vector_load_store_sanity_e8(void); | |
void test_vector_load_store_sanity_e16(void); | |
void test_vector_load_store_sanity_e32(void); | |
void test_vector_load_store_sanity_e64(void); | |
#endif |