diff --git a/compiler/x86/rgx86.pas b/compiler/x86/rgx86.pas index cf87c69645..8ad5f649c9 100644 --- a/compiler/x86/rgx86.pas +++ b/compiler/x86/rgx86.pas @@ -332,6 +332,9 @@ implementation A_CVTTSS2SI, A_XORPD, A_XORPS, + A_PXOR, + A_PAND, + A_POR, A_ORPD, A_ORPS, A_ANDPD,