summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorDavid Schleef <ds@ginger.bigkitten.com>2008-05-12 23:17:54 -0700
committerDavid Schleef <ds@ginger.bigkitten.com>2008-05-12 23:17:54 -0700
commit390722e3fac4dc66f4a9773be04ee745e1ed1e53 (patch)
tree3269fa6b39a1e7ecedd6e9d22b5667655e1bea8e /testsuite
parente7aab61f40b29faf019feb1c6b40edf13188559a (diff)
downloadliboil-390722e3fac4dc66f4a9773be04ee745e1ed1e53.tar.gz
Disable psadbw, since it requires SSE3
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/mmx_engine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/mmx_engine.c b/testsuite/mmx_engine.c
index e18775d..d6eae61 100644
--- a/testsuite/mmx_engine.c
+++ b/testsuite/mmx_engine.c
@@ -192,7 +192,7 @@ void mmx_engine_test(void)
CHECK_LATENCY(punpckldq)
CHECK_LATENCY(punpcklwd)
CHECK_LATENCY(pxor)
- CHECK_LATENCY(psadbw)
+ //CHECK_LATENCY(psadbw)
#define CHECK_THROUGHPUT(insn) \
oil_profile_init (&prof); \
@@ -277,7 +277,7 @@ void mmx_engine_test(void)
CHECK_THROUGHPUT(punpckldq)
CHECK_THROUGHPUT(punpcklwd)
CHECK_THROUGHPUT(pxor)
- CHECK_THROUGHPUT(psadbw)
+ //CHECK_THROUGHPUT(psadbw)
#undef CHECK_LATENCY
#undef CHECK_THROUGHPUT