add AVX memset

This commit is contained in:
FunkyFr3sh 2022-09-20 02:27:01 +02:00
parent fee61f7b4a
commit 6372dc6884
3 changed files with 31 additions and 16 deletions

View file

@ -74,6 +74,7 @@ void blt_colorkey_mirror_stretch(
void blt_clear(
unsigned char* dst,
char color,
size_t size);
void blt_colorfill(