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

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