diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-02-05 17:52:51 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-05 17:52:51 -0800 |
| commit | 0ba50612fbbfb9d64f9c60825847c12f956666c6 (patch) | |
| tree | 7a5d2dd43d48b13ecbd7e843934283747f991ca6 /ports/libgd/intrin.patch | |
| parent | d3b4a5a307f5b551190543a75f3ea2529aa0f02d (diff) | |
| parent | 3310f8e728e95071943097fe07b4f0135394f4e0 (diff) | |
| download | vcpkg-0ba50612fbbfb9d64f9c60825847c12f956666c6.tar.gz vcpkg-0ba50612fbbfb9d64f9c60825847c12f956666c6.zip | |
Merge pull request #9635 from Neumann-A/improve_libwebp
[libwebp] Update to 1.1.0 and improve portfile
Diffstat (limited to 'ports/libgd/intrin.patch')
| -rw-r--r-- | ports/libgd/intrin.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/libgd/intrin.patch b/ports/libgd/intrin.patch new file mode 100644 index 000000000..1f1db8eb2 --- /dev/null +++ b/ports/libgd/intrin.patch @@ -0,0 +1,13 @@ +diff --git a/src/gd_interpolation.c b/src/gd_interpolation.c +index b9a206551..f75469329 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, |
