chiark / gitweb /
fix compilation problem with MSVC (#131)
authorSteven G. Johnson <stevenj@mit.edu>
Fri, 28 Jul 2017 19:48:08 +0000 (15:48 -0400)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2017 19:48:08 +0000 (15:48 -0400)
* fix for #51

This pragma fixes a known problem compiling with VS2013 or VS2015 in Release.
See issue #51 for more info.

* The fix fod Visual Studio starts from version 2013 onwards.

This has not been fixed for VS2015, so we keep the macro guard open for future versions of VS.
The vectorization of this loop is not that important anyways.
See #51.


No differences found