add AVX test code
This commit is contained in:
parent
a1b58749a2
commit
e8acc35f0d
2 changed files with 58 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
|||
#include <windows.h>
|
||||
|
||||
|
||||
void blt_copy(
|
||||
unsigned char* dst,
|
||||
unsigned char* src,
|
||||
size_t size);
|
||||
|
||||
void blt_clean(
|
||||
unsigned char* dst,
|
||||
int dst_x,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue