https://issues.dlang.org/show_bug.cgi?id=15619
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Component|dmd |druntime --- Comment #3 from yebblies <[email protected]> --- The array operation uses xmm6/xmm7 internally without saving them, but they are callee saved on win64. Probably introduced by this: https://github.com/D-Programming-Language/druntime/pull/829 --
