aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/sbmm8.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/general/sbmm8.c')
-rw-r--r--test/mppa/general/sbmm8.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/mppa/general/sbmm8.c b/test/mppa/general/sbmm8.c
new file mode 100644
index 00000000..beced8fc
--- /dev/null
+++ b/test/mppa/general/sbmm8.c
@@ -0,0 +1,7 @@
+#include "framework.h"
+
+BEGIN_TEST_N(unsigned long long, 2)
+{
+ c = __builtin_k1_sbmm8(t[0], t[1]);
+}
+END_TEST()