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)
271
271
272
272
#if defined(_M_AMD64 ) && _MSC_VER == 1800
273
273
274
- /*
274
+ /*----------
275
275
* Avoid crashing in certain floating-point operations if we were
276
276
* compiled for x64 with MS Visual Studio 2013 and are running on
277
277
* Windows prior to 7/2008R2 SP1 on an AVX2-capable CPU.
278
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
279
+ * Ref: https://connect.microsoft.com/VisualStudio/feedback/details/811093/visual-studio-2013-rtm-c-x64-code-generation-bug-for-avx2-instructions
280
+ *----------
283
281
*/
284
282
if (!IsWindows7SP1OrGreater ())
285
283
{
You can’t perform that action at this time.
0 commit comments