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

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