aboutsummaryrefslogtreecommitdiffstats
path: root/test/kvx/instr/individual/compw.ne.c
blob: 7035e2c76e34737aa4b8a3556b74f1dcf1e6395b (plain)
1
2
3
4
5
6
7
#include "framework.h"

BEGIN_TEST(unsigned int)
{
    c = ((a & 0x1U) != (b & 0x1U));
}
END_TEST32()