1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-23 02:46:59 +00:00
Files
amiga-gcc/sys-include/fastmath.h
2022-12-31 15:57:19 +01:00

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