aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/individual/fmuld.c
blob: 03c990fae4140b04aad3649da8c921b597617e63 (plain)
1
2
3
4
5
6
7
#include "framework.h"

BEGIN_TEST(double)
{
    c = ((double)a * (double)b);
}
END_TESTF64()