freebsd-dev/lib/msun/amd64/s_llrintf.S

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
130 B
ArmAsm
Raw Normal View History

2005-04-16 21:12:55 +00:00
#include <machine/asm.h>
__FBSDID("$FreeBSD$")
/* sizeof(long) == sizeof(long long) */
#define fn llrintf
#include "s_lrintf.S"