Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/machine/i386/f_llrintf.c')
-rw-r--r--newlib/libm/machine/i386/f_llrintf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/newlib/libm/machine/i386/f_llrintf.c b/newlib/libm/machine/i386/f_llrintf.c
index 6b2dfb39b..427ad204c 100644
--- a/newlib/libm/machine/i386/f_llrintf.c
+++ b/newlib/libm/machine/i386/f_llrintf.c
@@ -29,10 +29,5 @@ long long int _f_llrintf (float x)
return _result;
}
-/* For now, we only have the fast math version. */
-long long int llrintf (float x) {
- return _f_llrintf(x);
-}
-
#endif /* !_SOFT_FLOAT */
#endif /* __GNUC__ */