According to MSDN (http://msdn.microsoft.com/en-us/library/9z1stfyw.aspx), the XMM6-XMM15 registers are nonvolatile on x64 Windows. The current implementation of core.thread.Fiber for this platform does not preserve them.
(In reply to comment #0) > According to MSDN (http://msdn.microsoft.com/en-us/library/9z1stfyw.aspx), the > XMM6-XMM15 registers are nonvolatile on x64 Windows. The current implementation > of core.thread.Fiber for this platform does not preserve them. Are you using the unreleased DMD-win64 (2.061)? I'm finding it just crashes and doesn't work at all.
https://github.com/D-Programming-Language/druntime/pull/810
Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/9ed3fbd973a20425337c6e16f8a622b95b485c01 fix Issue 7954 - x86_64 Windows fibers do not save nonvolatile XMM registers https://github.com/D-Programming-Language/druntime/commit/4189f4d20895fc48903b95ccfc326e8ac68ee9a5 Merge pull request #810 from jblume/fibers-xmm fix Issue 7954 - x86_64 Windows fibers do not save nonvolatile XMM registers