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

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