Skip to content
Snippets Groups Projects
Commit 755f7a80 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix #98: Use FSTP instruction with appropriate size

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.
parent 5e87a39a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment