aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/fsbfw.c
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-02-15 18:05:54 +0100
committerCyril SIX <cyril.six@kalray.eu>2019-02-15 18:05:54 +0100
commit3baf98aa8fe0fff0414772176ce0a0095e8b0b32 (patch)
tree519d40abd352b7b79cb785f149eea096bbd1bb0d /test/mppa/instr/fsbfw.c
parent72504f5f53110f997c998352e916ad6c4434c76d (diff)
downloadcompcert-kvx-3baf98aa8fe0fff0414772176ce0a0095e8b0b32.tar.gz
compcert-kvx-3baf98aa8fe0fff0414772176ce0a0095e8b0b32.zip
Rajout d'opérateurs flottants, travail sur les tests --> à continuer
Diffstat (limited to 'test/mppa/instr/fsbfw.c')
-rw-r--r--test/mppa/instr/fsbfw.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/mppa/instr/fsbfw.c b/test/mppa/instr/fsbfw.c
new file mode 100644
index 00000000..835963d5
--- /dev/null
+++ b/test/mppa/instr/fsbfw.c
@@ -0,0 +1,7 @@
+#include "framework.h"
+
+BEGIN_TEST(double)
+{
+ c = ((float)a - (float)b);
+}
+END_TESTF64()