mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
ext/gd: Drop useless and doubtful MSVC specific code (libgd/libgd@f1480ab)
This commit is contained in:
parent
faa78313d9
commit
974526b244
1 changed files with 0 additions and 5 deletions
|
@ -62,11 +62,6 @@ TODO:
|
|||
#include "gdhelpers.h"
|
||||
#include "gd_intern.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# pragma optimize("t", on)
|
||||
# include <emmintrin.h>
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_FLOORF
|
||||
# define HAVE_FLOORF 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue