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

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