Inconsistent naming of SSE intrinsics?

Hey guys,

Is there a reason for the following naming quirk in the x86 SSE intrinsics:

int_x86_sse2_pcmpeq_b
int_x86_sse2_pcmpeq_w
int_x86_sse2_pcmpeq_d
int_x86_sse41_pcmpeqq

I anticipated a “_q” suffix for the quadword variant, but was surprised to see the intrinsic named above.

Just FYI…,
Cameron

Nope, nothing comes to mind, looks like it was removed in r149367 anyhow.

-eric