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

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