Add rounding mode to VFPU
[ipdf/code.git] / src / tests / vfpufloat.cpp
1 #include "main.h"
2
3 #include "vfpu.h"
4 using namespace std;
5
6
7 int main(int argc, char ** argv)
8 {
9         VFPU::Start();
10         float result = VFPU::Exec(25,10, VFPU::SUB);
11         Debug("%f\n", result);
12         VFPU::Halt();
13
14         return 0;
15 }

UCC git Repository :: git.ucc.asn.au