From 3baf98aa8fe0fff0414772176ce0a0095e8b0b32 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Fri, 15 Feb 2019 18:05:54 +0100 Subject: Rajout d'opérateurs flottants, travail sur les tests --> à continuer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/mppa/instr/fnegd.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/mppa/instr/fnegd.c (limited to 'test/mppa/instr/fnegd.c') diff --git a/test/mppa/instr/fnegd.c b/test/mppa/instr/fnegd.c new file mode 100644 index 00000000..974eb7e8 --- /dev/null +++ b/test/mppa/instr/fnegd.c @@ -0,0 +1,7 @@ +#include "framework.h" + +BEGIN_TEST(double) +{ + c = (-(double)a); +} +END_TESTF64() -- cgit