Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef _FASTMATH_H_
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. #define _FASTMATH_H_
  6.  
  7. #include <math.h>
  8. #include <machine/fastmath.h>
  9.  
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif /* _FASTMATH_H_ */
  14.