avx512: use vzeroupper if SAFE_DATA=n
To avoid SSE-AVX transititons, vzeroupper/vzeroall must be called after the execution of VEX instructions. When SAFE_DATA is disabled, none of these two instructions were called.
Loading
Please register or sign in to comment