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