blob: 4b5d4a986a61e861e62f2cae1cc741cfcd19e76b [file] [log] [blame]
#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