mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
ext/gd: Drop useless and doubtful MSVC specific code (libgd/libgd@f1480ab)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user