1
0
mirror of https://github.com/nothings/stb synced 2025-03-28 21:13:20 +00:00

remove test

This commit is contained in:
Jeff Roberts (Bellevue) 2024-02-12 22:14:27 -08:00
parent 1828f357dc
commit 2fb057af65

View File

@ -3395,7 +3395,7 @@ static void stbir__calculate_coefficients_for_gather_downsample( int start, int
}
}
}
#define STBIR_RENORMALIZE_IN_FLOAT
#ifdef STBIR_RENORMALIZE_IN_FLOAT
#define STBIR_RENORM_TYPE float
#else