Hey guys,<br><br>Is there a reason for the following naming quirk in the x86 SSE intrinsics:<br>
<br>
int_x86_sse2_pcmpeq_b<br>
int_x86_sse2_pcmpeq_w<br>
int_x86_sse2_pcmpeq_d<br>
int_x86_sse41_pcmpeqq<br><br>I anticipated a "_q" suffix for the quadword variant, but was surprised to see the intrinsic named above.<br><br>Just FYI...,<br>Cameron<br>