]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/msun/amd64/s_llrintf.S
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / msun / amd64 / s_llrintf.S
1 #include <machine/asm.h>
2 __FBSDID("$FreeBSD$")
3         
4 /* sizeof(long) == sizeof(long long) */
5 #define fn      llrintf
6 #include "s_lrintf.S"