문제

I have to invert the contents of a 128-bit XMM register.

I've tried it in many different ways, but all I get is a not-so-nice error message.

I'm thankful for all kinds of help.

도움이 되었습니까?

해결책

First, PCMPEQD on some register (passing it as both operands) to load all ones into it. Then, PXOR that register with the input register.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top