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

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