mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +02:00
* do not allow VCOMISD/VCOMISS to use a memory location as target
git-svn-id: trunk@26774 -
This commit is contained in:
parent
ed25721ff0
commit
75a13f7e47
@ -288,7 +288,9 @@ implementation
|
||||
A_UNPCKLPS,
|
||||
A_UNPCKHPS,
|
||||
A_SHUFPD,
|
||||
A_SHUFPS:
|
||||
A_SHUFPS,
|
||||
A_VCOMISD,
|
||||
A_VCOMISS:
|
||||
replaceoper:=-1;
|
||||
|
||||
A_IMUL:
|
||||
|
Loading…
Reference in New Issue
Block a user