1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-15 00:04:56 +00:00
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 */