summaryrefslogtreecommitdiff
path: root/test/example/c-api-kitchen-sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/example/c-api-kitchen-sink.c')
-rw-r--r--test/example/c-api-kitchen-sink.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/example/c-api-kitchen-sink.c b/test/example/c-api-kitchen-sink.c
index da4eeccca..bbffb1ea2 100644
--- a/test/example/c-api-kitchen-sink.c
+++ b/test/example/c-api-kitchen-sink.c
@@ -675,6 +675,16 @@ void test_core() {
0,
8,
makeInt32(module, 128)),
+ BinaryenSIMDLoad(module,
+ BinaryenLoad32Zero(),
+ 0,
+ 4,
+ makeInt32(module, 128)),
+ BinaryenSIMDLoad(module,
+ BinaryenLoad64Zero(),
+ 0,
+ 8,
+ makeInt32(module, 128)),
// Other SIMD
makeSIMDShuffle(module),
makeSIMDTernary(module, BinaryenBitselectVec128()),