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