aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/ctzd.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/general/ctzd.c')
-rw-r--r--test/mppa/general/ctzd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mppa/general/ctzd.c b/test/mppa/general/ctzd.c
index 6f6586ad..bba869e1 100644
--- a/test/mppa/general/ctzd.c
+++ b/test/mppa/general/ctzd.c
@@ -2,6 +2,6 @@
BEGIN_TEST_N(unsigned long long, 1)
{
- c = __builtin_k1_ctzd(t[0]);
+ c = __builtin_kvx_ctzd(t[0]);
}
END_TEST()