/* * Written by: * J.T. Conklin (jtc@netbsd.org) * Public domain. */ #include ENTRY(rintl) #ifndef _WIN64 fldt 8(%rsp) frndint #else fldt (%rdx) frndint mov %rcx,%rax movq $0x0,0x8(%rcx) fstpt (%rcx) #endif ret /* Enable stack protection */ #if defined(__ELF__) .section .note.GNU-stack,"",%progbits #endif