aboutsummaryrefslogtreecommitdiffstats
path: root/test/kvx/instr/individual/xord.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/kvx/instr/individual/xord.c')
-rw-r--r--test/kvx/instr/individual/xord.c7
1 files changed, 7 insertions, 0 deletions
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()