fstpd is not an actual intel instruction
The syntax (from the intel manual) is FSTP
but we print FSTPD
for saving a double-float to memory. This should probably be FSTP dword ptr [addr]
.
gcc seems to be ok with it, but clang complains.
The syntax (from the intel manual) is FSTP
but we print FSTPD
for saving a double-float to memory. This should probably be FSTP dword ptr [addr]
.
gcc seems to be ok with it, but clang complains.
mentioned in commit 755f7a80
mentioned in merge request !65 (merged)
closed with merge request !65 (merged)
mentioned in commit 9c0c857d
changed milestone to %snapshot-2021-01
mentioned in issue #96 (closed)
mentioned in commit 52f5cd43