aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2016-03-10 13:48:58 +0100
committerMagnus Hagander <magnus@hagander.net>2016-03-10 14:10:32 +0100
commitad9a15d3f156dd42f6ed5e47fff1fa77e974c351 (patch)
tree10d07333d37c1d9c168cf504f02e3ae011dec454 /doc/src
parent301cc3549c29aaa58abdd9377a339cd86afeff15 (diff)
downloadpostgresql-ad9a15d3f156dd42f6ed5e47fff1fa77e974c351.tar.gz
postgresql-ad9a15d3f156dd42f6ed5e47fff1fa77e974c351.zip
Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds
The Visual Studio 2013 CRT generates invalid code when it makes a 64-bit build that is later used on a CPU that supports AVX2 instructions using a version of Windows before 7SP1/2008R2SP1. Detect this combination, and in those cases turn off the generation of FMA3, per recommendation from the Visual Studio team. The bug is actually in the CRT shipping with Visual Studio 2013, but Microsoft have stated they're only fixing it in newer major versions. The fix is therefor conditioned specifically on being built with this version of Visual Studio, and not previous or later versions. Author: Christian Ullrich
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions