Closed vasama closed 4 years ago
XMM6-XMM15 are non-volatile in the Microsoft x64 ABI. See https://docs.microsoft.com/en-us/cpp/build/x64-calling-convention?view=vs-2019#callercallee-saved-registers
Fixed, thanks for the report.
XMM are 128-bit vector registers and cannot be stored in a pointer.
I noticed that just myself, fix committed, thanks.
Wrong instruction too, fixed as well.
XMM6-XMM15 are non-volatile in the Microsoft x64 ABI. See https://docs.microsoft.com/en-us/cpp/build/x64-calling-convention?view=vs-2019#callercallee-saved-registers