123456789101112131415161718192021222324252627282930313233343536373839 |
- #ifndef _QD_FPU_H
- #define _QD_FPU_H
- #include <qd/qd_config.h>
- #ifdef __cplusplus
- extern "C" {
- #endif
- QD_API void fpu_fix_start(unsigned int *old_cw);
- QD_API void fpu_fix_end(unsigned int *old_cw);
- #ifdef __cplusplus
- }
- #endif
- #endif
|