dec21140A ethernet driver for virtualpc, contributed by nicolas tittley.
[minix.git] / lib / i386 / math / fpu_round.h
blobd5b482fa58fbed4242cb30201f78a4405953de0f
1 #ifndef __FPU_RNDINT__
2 #define __FPU_RNDINT__
4 void fpu_rndint(double *value);
5 void fpu_remainder(double *x, double y);
7 #endif /* !defined(__FPU_RNDINT__) */