Restoring SIMD registers on Windows x64 during unwinding

38 Views Asked by At

On Windows x86-64, how are callee-saved SIMD registers restored during unwinding? If one was writing assembly code, how would one ensure that this happened properly?

0

There are 0 best solutions below