add zeroupper

This commit is contained in:
FunkyFr3sh 2022-09-20 01:34:10 +02:00
parent 278517fec4
commit fee61f7b4a

View file

@ -66,6 +66,8 @@ void blt_copy(
dst += 128;
size -= 128;
}
_mm256_zeroupper();
}
/* memcpy below handles the remainder */