1
/* Interprocedure convensions. In separate file: for math library
19
/* Put functions at this section. */
21
# error "The FUNCTION macro must be defined after FUNC_SEGNAME"
23
#define FUNC_SEGNAME .text.fplib
25
/* Put constant tables at low addresses in program memory, so they are
26
reachable for "lpm" without using RAMPZ on >64K devices. */
27
#define PGM_SECTION .section .progmem.gcc_fplib, "a", @progbits
29
#endif /* !_FP32DEF_H */