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 2be3aa86f0
commit 12fa8c637f
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5

View file

@ -62,11 +62,6 @@ TODO:
#include "gdhelpers.h" #include "gdhelpers.h"
#include "gd_intern.h" #include "gd_intern.h"
#if defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_X64))
# pragma optimize("t", on)
# include <emmintrin.h>
#endif
#ifndef MIN #ifndef MIN
#define MIN(a,b) ((a)<(b)?(a):(b)) #define MIN(a,b) ((a)<(b)?(a):(b))
#endif #endif