aboutsummaryrefslogtreecommitdiffstats
path: root/test/kvx/instr/individual/fnegd.c
blob: 974eb7e8174c4d1d961c6cc1b56ac0a04a2ea62e (plain)
1
2
3
4
5
6
7
#include "framework.h"

BEGIN_TEST(double)
{
    c = (-(double)a);
}
END_TESTF64()