mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:29:01 +08:00
a35e2377cf
* [cimg/libgd/libfabric] Update to latest release version * Remove empty line * [libgd] Update the patch * Small changes * [libgd] Update to version semver
14 lines
332 B
Diff
14 lines
332 B
Diff
diff --git a/src/gd_interpolation.c b/src/gd_interpolation.c
|
|
index ce27220..8895072 100644
|
|
--- a/src/gd_interpolation.c
|
|
+++ b/src/gd_interpolation.c
|
|
@@ -75,7 +75,7 @@ TODO:
|
|
|
|
#ifdef _MSC_VER
|
|
# pragma optimize("t", on)
|
|
-# include <emmintrin.h>
|
|
+# include <intrin.h>
|
|
#endif
|
|
|
|
static gdImagePtr gdImageScaleBilinear(gdImagePtr im,
|