add AVX test code

This commit is contained in:
FunkyFr3sh 2022-09-18 19:02:15 +02:00
parent a1b58749a2
commit e8acc35f0d
2 changed files with 58 additions and 0 deletions

View file

@ -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,