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/modi32.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/kvx/instr/modi32.c (limited to 'test/kvx/instr/modi32.c') diff --git a/test/kvx/instr/modi32.c b/test/kvx/instr/modi32.c new file mode 100644 index 00000000..958ae920 --- /dev/null +++ b/test/kvx/instr/modi32.c @@ -0,0 +1,5 @@ +#include "framework.h" + +BEGIN_TEST(int) + c = a%b; +END_TEST32() -- cgit