freebsd-src/lib/msun/amd64/s_llrint.S

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

5 lines
104 B
ArmAsm
Raw Normal View History

#include <machine/asm.h>
/* sizeof(long) == sizeof(long long) */
#define fn llrint
#include "s_lrint.S"