aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/ctzw.c
blob: a7128b04068f3ea57f861d12cdd1833b2cb29661 (plain)
1
2
3
4
5
6
7
#include "framework.h"

BEGIN_TEST_N(unsigned long long, 1)
{
    c = __builtin_kvx_ctzw(t[0]);
}
END_TEST()