/* * Written by J.T. Conklin . * Public domain. */ #include #include "abi.h" RCSID("$NetBSD: s_rint.S,v 1.6 2003/07/26 19:25:03 salo Exp $") ENTRY(rint) XMM_ONE_ARG_DOUBLE_PROLOGUE fldl ARG_DOUBLE_ONE frndint XMM_DOUBLE_EPILOGUE ret