1
0
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:
Demon
2025-07-10 09:52:59 +08:00
committed by Niels Dossche
parent faa78313d9
commit 974526b244

View File

@@ -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