fastmath.h 185 B

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