OpenLIBM: local modification - elf notes on assembly
[dragonfly.git] / contrib / openbsd_libm / arch / amd64 / s_llrint.S
1 /*      $OpenBSD: s_llrint.S,v 1.1 2009/04/10 11:30:33 martynas Exp $   */
2
3 /*
4  * Written by Martynas Venckus.  Public domain
5  */
6
7 #include <machine/asm.h>
8
9 ENTRY(llrint)
10         cvtsd2si %xmm0, %rax
11         ret
12 END(llrint)
13
14         .section .note.GNU-stack,"",%progbits