選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- #ifndef _FASTMATH_H_
- #ifdef __cplusplus
- extern "C" {
- #endif
- #define _FASTMATH_H_
-
- #include <math.h>
- #include <machine/fastmath.h>
-
- #ifdef __cplusplus
- }
- #endif
- #endif /* _FASTMATH_H_ */
|