We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc424b commit 2410a25Copy full SHA for 2410a25
src/backend/main/main.c
@@ -271,15 +271,13 @@ startup_hacks(const char *progname)
271
272
#if defined(_M_AMD64) && _MSC_VER == 1800
273
274
- /*
+ /*----------
275
* Avoid crashing in certain floating-point operations if we were
276
* compiled for x64 with MS Visual Studio 2013 and are running on
277
* Windows prior to 7/2008R2 SP1 on an AVX2-capable CPU.
278
*
279
- * Ref:
280
- * https://connect.microsoft.com/VisualStudio/feedback/details/811093/v
281
- * isual-studio-2013-rtm-c-x64-code-generation-bug-for-avx2-instruction
282
- * s
+ * Ref: https://connect.microsoft.com/VisualStudio/feedback/details/811093/visual-studio-2013-rtm-c-x64-code-generation-bug-for-avx2-instructions
+ *----------
283
*/
284
if (!IsWindows7SP1OrGreater())
285
{
0 commit comments