Skip to content
Permalink
88b57b8ed4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
9 lines (7 sloc) 192 Bytes
#define VEC_SIZE 16
#define VEC(i) xmm##i
#define VMOVU movdqu
#define VMOVA movdqa
#define SECTION(p) p
#define MEMMOVE_SYMBOL(p,s) p##_sse2_##s
#include "memmove-vec-unaligned-erms.S"