From 0edb9804b295e2cb332f86c252de70fa8e760710 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Fri, 22 Mar 2019 11:32:19 +0100 Subject: Rajout de tests test/mppa pour division/modulo --- test/mppa/instr/divf32.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/mppa/instr/divf32.c (limited to 'test/mppa/instr/divf32.c') diff --git a/test/mppa/instr/divf32.c b/test/mppa/instr/divf32.c new file mode 100644 index 00000000..513a3293 --- /dev/null +++ b/test/mppa/instr/divf32.c @@ -0,0 +1,5 @@ +#include "framework.h" + +BEGIN_TEST(float) + c = a / b; +END_TESTF32() -- cgit