Senin, 16 April 2012

Check XMM register for all zeroes

Is there a way to check if all bits/bytes/words etc. in a __m128i variable are 0? In my app I have to check if all integers packed in a in a __m128i variable are zeroes. Will I have to extract them and compare each separately?

0 comments:

Posting Komentar