]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/msun/amd64/s_llrintf.S
Update apr-util to 1.6.1. See contrib/apr-util/CHANGES for a summary of
[FreeBSD/FreeBSD.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"