Is it possible to change ZF flag using asm!?
For intrinsics _mm512_kortestc:
Description
Performs bitwise OR between k1 and k2, storing the result in dst. CF flag is set if dst consists of all 1's.
Operation
dst[15:0] := k1[15:0] | k2[15:0]
IF PopCount(dst[15:0]) == 16
SetCF()
FI
Is this doable in the nightly version?