RTL8710AF_GCC/tools/arm-none-eabi-gcc/gcc-arm-none-eabi-4_8-2014q1/arm-none-eabi/include/fastmath.h
ant 923914edae motify arm-none-eabi-gcc
motify arm-none-eabi-gcc
2016-09-14 21:10:35 +08:00

13 lines
185 B
C

#ifndef _FASTMATH_H_
#ifdef __cplusplus
extern "C" {
#endif
#define _FASTMATH_H_
#include <math.h>
#include <machine/fastmath.h>
#ifdef __cplusplus
}
#endif
#endif /* _FASTMATH_H_ */