#ifndef _HAMMING_H_
#define _HAMMING_H_
#include "vsip.h"
void hamming(vsip_vview_f *p_vector_dst);
#endif