1
2	SECTION	code_fp_math32
3	PUBLIC	_asinh
4	EXTERN	cm32_sdcc_asinh
5
6	defc	_asinh = cm32_sdcc_asinh
7