From bc1e43ea95b9455cdccee442db77bc5fafd3dcc6 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 26 May 2020 22:11:32 +0200 Subject: tests for kvx --- test/kvx/instr/individual/umodd.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/kvx/instr/individual/umodd.c (limited to 'test/kvx/instr/individual/umodd.c') diff --git a/test/kvx/instr/individual/umodd.c b/test/kvx/instr/individual/umodd.c new file mode 100644 index 00000000..a7f25f1c --- /dev/null +++ b/test/kvx/instr/individual/umodd.c @@ -0,0 +1,7 @@ +#include "framework.h" + +BEGIN_TEST(unsigned long long) +{ + c = a%b; +} +END_TEST64() -- cgit