Skip to content

Commit

Permalink
Bug 1589741 - 1585351 removed a MINGW32 conditional, but left the com…
Browse files Browse the repository at this point in the history
…ment. Remove the comment. r=lsalzman

Differential Revision: https://phabricator.services.mozilla.com/D54631
  • Loading branch information
tomrittervg committed Dec 5, 2019
1 parent 305819b commit 4ab6e70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gfx/skia/skia/src/opts/SkOpts_hsw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* found in the LICENSE file.
*/

// As described in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85525, MinGW will produce
// unaligned instructions for this code, resulting in a crash.
#if defined(__AVX2__)

#include <immintrin.h>
Expand Down

0 comments on commit 4ab6e70

Please sign in to comment.