<div dir="ltr"><div><div>I have some strange problem with ITK 3.20 built using MSVC12 compiler. Problem looks similar to "[ITK Community] [Insight-developers] Expecting a good dashboard tomorrow". Program crashes inside itkImageRegion.h <br>
bool<br>  IsInside(const Self &region) const<br>...<br></div>on endCorner[i] = beginCorner[i] + size[i] - 1;<br><br></div>Generated code looks like 000007FEE17C48A2  paddq       xmm2,xmmword ptr [rsi+18h]. rsi+18h isn't 16-byte aligned. Can this be the problem? It happens only in Release x64. Debug Win32/x64, Release Win32 work without crashing.<br>
</div>