]> git.pld-linux.org Git - packages/gdal.git/blame - decl.patch
- release 5 (by relup.sh)
[packages/gdal.git] / decl.patch
CommitLineData
99dd8e93
JR
1--- gdal-3.0.1/gcore/rasterio.cpp~ 2019-06-28 12:58:14.000000000 +0200
2+++ gdal-3.0.1/gcore/rasterio.cpp 2019-10-30 10:08:18.083471282 +0100
3@@ -2872,15 +2872,15 @@
4
5 void GDALUnrolledCopy_GByte_2_1_SSSE3( GByte* CPL_RESTRICT pDest,
6 const GByte* CPL_RESTRICT pSrc,
7- GPtrDiff_t nIters );
8+ GInt64 nIters );
9
10 void GDALUnrolledCopy_GByte_3_1_SSSE3( GByte* CPL_RESTRICT pDest,
11 const GByte* CPL_RESTRICT pSrc,
12- GPtrDiff_t nIters );
13+ GInt64 nIters );
14
15 void GDALUnrolledCopy_GByte_4_1_SSSE3( GByte* CPL_RESTRICT pDest,
16 const GByte* CPL_RESTRICT pSrc,
17- GPtrDiff_t nIters );
18+ GInt64 nIters );
19 #endif
20
21
This page took 0.058708 seconds and 4 git commands to generate.