s_llrintf.S revision 217108
11590Srgrimes#include <machine/asm.h>
21590Srgrimes__FBSDID("$FreeBSD: head/lib/msun/amd64/s_llrintf.S 217108 2011-01-07 16:13:12Z kib $")
31590Srgrimes
41590Srgrimes/* sizeof(long) == sizeof(long long) */
51590Srgrimes#define	fn	llrintf
61590Srgrimes#include "s_lrintf.S"
71590Srgrimes
81590Srgrimes	.section .note.GNU-stack,"",%progbits
91590Srgrimes