I'm reading Intel's software developers manual.
It has this to say about the parity flag:
Set if the least-signif icant byte of the result contains an even number of 1 bits; cleared otherwise.
I'd like to know whether or not SIMD (specifically SSE) instructions affect the parity flag. For example, if I use the PEXTRB instruction, will that set the parity flag?