]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/msun/amd64/s_llrint.S
MFC r363988:
[FreeBSD/stable/9.git] / lib / msun / amd64 / s_llrint.S
1 #include <machine/asm.h>
2 __FBSDID("$FreeBSD$")
3         
4 /* sizeof(long) == sizeof(long long) */
5 #define fn      llrint
6 #include "s_lrint.S"