From 8ab84bbdddf36b991914a5ef5f61b8c0aee02f4e Mon Sep 17 00:00:00 2001 From: tg74 Date: Tue, 12 Jan 2021 09:39:19 +0000 Subject: [PATCH] working on backport bugfix 0037785 git-svn-id: branches/tg74/fixes_3_2@48144 - --- compiler/x86/rax86.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/x86/rax86.pas b/compiler/x86/rax86.pas index 6be8d99a3a..efdf03d3b8 100644 --- a/compiler/x86/rax86.pas +++ b/compiler/x86/rax86.pas @@ -872,6 +872,9 @@ begin opsize:=S_IQ; A_CVTSI2SS, A_CVTSI2SD, + A_VCVTPD2DQ, + A_VCVTTPD2DQ, + A_VCVTPD2PS, A_OUT : opsize:=tx86operand(operands[1]).opsize; else