Skip to content

Fix #98: Use FSTP instruction with appropriate size

Raymond Toy requested to merge issue-98-fstpd-formatting into master

Instead of printing FSTP and FSTPD, print FSTP DWORD PTR and FSTP QWORD PTR to store a single-float and double-float value to memory.

Clang likes this form better than the original, but gcc accepts both.

Merge request reports