about summary refs log tree commit diff stats
path: root/tests/test17.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-03-31 11:00:25 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-03-31 11:00:25 +0200
commit370286ee25efee1af73987d8b17d67a5b2c33227 (patch)
treea2e76d493fb97b1855119c2c73142a1d103a371e /tests/test17.c
parent311e8ac3e37d3f14cba4f55c1725da896f832dae (diff)
downloadbox64-370286ee25efee1af73987d8b17d67a5b2c33227.tar.gz
box64-370286ee25efee1af73987d8b17d67a5b2c33227.zip
More test17 coverage
Diffstat (limited to 'tests/test17.c')
-rw-r--r--tests/test17.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test17.c b/tests/test17.c
index 20ac6be9..883abf66 100644
--- a/tests/test17.c
+++ b/tests/test17.c
@@ -351,6 +351,12 @@ printf(N " %g, %g => %g\n", b, a, *(float*)&r);
  MULITGO2pd(min, minpd)
  MULITGO2pd(div, divpd)
  MULITGO2pd(max, maxpd)
+ GO2(unpacklo, 8, punpcklbw, a128_8, b128_8)
+ GO2(unpacklo, 16, punpcklwd, a128_16, b128_16)
+ GO2(unpacklo, 32, punpckldq, a128_32, b128_32)
+ GO2(packs, 16, ppacksswb, a128_16, b128_16)
+
+ GO2(packs, 32, ppackssdw, a128_32, b128_32)
 
  return 0;
 }