summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortg74 <tg74@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-01-12 09:39:19 +0000
committertg74 <tg74@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-01-12 09:39:19 +0000
commitd0f4a613791a7056404d1c8d72c5c40324e905ff (patch)
tree1c24c68e6b5c803b879e9b4f1895edf6abf7ba5d
parent5ac575ddd7f9f156b90c582787b6fc4ff7b5a80c (diff)
downloadfpc-d0f4a613791a7056404d1c8d72c5c40324e905ff.tar.gz
working on backport bugfix 0037785
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/tg74@48144 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--fixes_3_2/compiler/x86/rax86.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/fixes_3_2/compiler/x86/rax86.pas b/fixes_3_2/compiler/x86/rax86.pas
index 6be8d99a3a..efdf03d3b8 100644
--- a/fixes_3_2/compiler/x86/rax86.pas
+++ b/fixes_3_2/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