linuxOS_MC3302/sdk/X-AIOS-LT00-V1.0.4/tools/toolchain/arm-fullhanv2-eabi-b3/arm-fullhanv2-eabi/include/fastmath.h

14 lines
185 B
C
Raw Normal View History

2026-01-30 08:53:24 +00:00
#ifndef _FASTMATH_H_
#ifdef __cplusplus
extern "C" {
#endif
#define _FASTMATH_H_
#include <math.h>
#include <machine/fastmath.h>
#ifdef __cplusplus
}
#endif
#endif /* _FASTMATH_H_ */