Skip to content
  • Raymond Toy's avatar
    Fix #98: Use FSTP instruction with appropriate size · 755f7a80
    Raymond Toy authored
    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.
    755f7a80