reactos/sdk/lib/crt/math/arm64/atan2.s

17 lines
364 B
ArmAsm
Raw Normal View History

/* INCLUDES ******************************************************************/
/* We need one of these first! */
/* #include <kxarm64.h> */
/* CODE **********************************************************************/
TEXTAREA
LEAF_ENTRY atan2
/* TODO: add an assert fail call, as this is unimplemented */
LEAF_END atan2
END
/* EOF */