From fee61f7b4ac64e38914e16fcd3a1cbaa73cb63d6 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Tue, 20 Sep 2022 01:34:10 +0200 Subject: [PATCH] add zeroupper --- src/blt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/blt.c b/src/blt.c index 381af6e..59549c9 100644 --- a/src/blt.c +++ b/src/blt.c @@ -66,6 +66,8 @@ void blt_copy( dst += 128; size -= 128; } + + _mm256_zeroupper(); } /* memcpy below handles the remainder */