aboutsummaryrefslogtreecommitdiffstats
path: root/test/kvx/instr/individual/compd.leu.c
blob: 1ad18281cdaf41b29817aefcca4ec5d629eeb42c (plain)
1
2
3
4
5
6
7
#include "framework.h"

BEGIN_TEST(unsigned long long)
{
    c = (a <= b);
}
END_TEST64()