選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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