aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/faddd.c
blob: 35b7fc9200915f9d1fbd49899d5aa3c5cf5522e9 (plain)
1
2
3
4
5
#include "framework.h"

BEGIN_TEST(double)
    c = ((double)a + (double)b);
END_TESTF64()