test_scale: MMX scaling is disabled

This commit is contained in:
Kim Woelders 2023-09-03 17:07:14 +02:00
parent 57403f2ec3
commit 570c50d75a
1 changed files with 0 additions and 23 deletions

View File

@ -54,24 +54,6 @@ static const td_t td[] = {
{ 3611274720, 2261672575, 2746509160, 186022412, 61954702, 522998935, 380650099 }},
},
#endif
{ FILE_REF1, // mmx
{{ 0, 0, 0, 1153555547, 1813415566, 2513294192, 1184904601 },
{ 0, 0, 0, 1153555547, 1813415566, 2513294192, 1184904601 },
{ 0, 0, 0, 1153555547, 1813415566, 2513294192, 1184904601 },
{ 0, 0, 0, 1153555547, 1813415566, 2513294192, 1184904601 },
{ 0, 0, 0, 1153555547, 1813415566, 2513294192, 1184904601 },
{ 0, 0, 0, 1153555547, 1813415566, 2513294192, 1184904601 },
{ 0, 0, 0, 1153555547, 1813415566, 2513294192, 1184904601 }},
},
{ FILE_REF2, // mmx
{{ 0, 0, 0, 2937827957, 199400762, 1969395327, 3756282520 },
{ 0, 0, 0, 2937827957, 199400762, 1969395327, 3756282520 },
{ 0, 0, 0, 2937827957, 199400762, 1969395327, 3756282520 },
{ 0, 0, 0, 2937827957, 199400762, 1969395327, 3756282520 },
{ 0, 0, 0, 2937827957, 199400762, 1969395327, 3756282520 },
{ 0, 0, 0, 2937827957, 199400762, 1969395327, 3756282520 },
{ 0, 0, 0, 2937827957, 199400762, 1969395327, 3756282520 }},
},
};
/**INDENT-ON**/
@ -86,11 +68,6 @@ test_scale_1(int alpha)
Imlib_Image imi, imo;
int err;
#ifdef DO_MMX_ASM
// Hmm.. MMX functions appear to produce a slightly different result
if (!getenv("IMLIB2_ASM_OFF"))
alpha += 2;
#endif
ptd = &td[alpha];
snprintf(filei, sizeof(filei), "%s/%s.png", IMG_SRC, ptd->file);