repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update from main archive 961005
[glibc/history.git]
/
sysdeps
/
libm-i387
/
s_rintl.S
blob
a8198d3d7f27f69192749406954795c6fa31acc1
1
/*
2
* Written by J.T. Conklin <jtc@netbsd.org>.
3
* Changes for long double by Ulrich Drepper <drepper@cygnus.com>
4
* Public domain.
5
*/
6
7
#include <machine/asm.h>
8
9
RCSID("$NetBSD: $")
10
11
ENTRY(__rintl)
12
fldt 4(%esp)
13
frndint
14
ret
15
PSEUDO_END (__rintl)
16
weak_alias (__rintl, rintl)