Skip to content

Commit 974526b

Browse files
hyh19962008nielsdos
authored andcommitted
ext/gd: Drop useless and doubtful MSVC specific code (libgd/libgd@f1480ab)
1 parent faa7831 commit 974526b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ext/gd/libgd/gd_interpolation.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@
6262
#include "gdhelpers.h"
6363
#include "gd_intern.h"
6464

65-
#ifdef _MSC_VER
66-
# pragma optimize("t", on)
67-
# include <emmintrin.h>
68-
#endif
69-
7065
#ifndef HAVE_FLOORF
7166
# define HAVE_FLOORF 0
7267
#endif

0 commit comments

Comments
 (0)