1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

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; dst += 128;
size -= 128; size -= 128;
} }
_mm256_zeroupper();
} }
/* memcpy below handles the remainder */ /* memcpy below handles the remainder */