This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit 570c50d75aa97a89b328f78476e40ce1f7d19f57
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sun Sep 3 17:07:14 2023 +0200
test_scale: MMX scaling is disabled
---
test/test_scale.cpp | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/test/test_scale.cpp b/test/test_scale.cpp
index ebd5663..480b35e 100644
--- a/test/test_scale.cpp
+++ b/test/test_scale.cpp
@@ -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);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.