mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 15:49:16 +02:00
bugfix movss/vmovss
git-svn-id: branches/tg74/avx512-0037785@47389 -
This commit is contained in:
parent
c25c24e411
commit
dbfff3f76a
@ -1540,8 +1540,8 @@ begin
|
|||||||
;
|
;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
//A_MOVSS,
|
A_MOVSS,
|
||||||
//A_VMOVSS,
|
A_VMOVSS,
|
||||||
A_MOVD : { movd is a move from a mmx register to a
|
A_MOVD : { movd is a move from a mmx register to a
|
||||||
32 bit register or memory, so no opsize is correct here PM }
|
32 bit register or memory, so no opsize is correct here PM }
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user