File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -271,15 +271,13 @@ startup_hacks(const char *progname)
271271
272272#if defined(_M_AMD64 ) && _MSC_VER == 1800
273273
274- /*
274+ /*----------
275275 * Avoid crashing in certain floating-point operations if we were
276276 * compiled for x64 with MS Visual Studio 2013 and are running on
277277 * Windows prior to 7/2008R2 SP1 on an AVX2-capable CPU.
278278 *
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
279+ * Ref: https://connect.microsoft.com/VisualStudio/feedback/details/811093/visual-studio-2013-rtm-c-x64-code-generation-bug-for-avx2-instructions
280+ *----------
283281 */
284282 if (!IsWindows7SP1OrGreater ())
285283 {
You can’t perform that action at this time.
0 commit comments