aboutsummaryrefslogtreecommitdiffstats
path: root/test/kvx/instr/divf64.c
blob: 0dd23826cd97f7e59cb1427e21eaada3453f1f20 (plain)
1
2
3
4
5
#include "framework.h"

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