Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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