add zeroupper
This commit is contained in:
parent
278517fec4
commit
fee61f7b4a
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue