You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
185B

  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_ */