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/xord.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/kvx/instr/individual/xord.c (limited to 'test/kvx/instr/individual/xord.c') diff --git a/test/kvx/instr/individual/xord.c b/test/kvx/instr/individual/xord.c new file mode 100644 index 00000000..b6a90cb0 --- /dev/null +++ b/test/kvx/instr/individual/xord.c @@ -0,0 +1,7 @@ +#include "framework.h" + +BEGIN_TEST(long long) +{ + c = a^b; +} +END_TEST64() -- cgit