These files should include s_lround.c instead of s_lrint.c.

This only matters for efficiency, not for correctness.
This commit is contained in:
David Schultz 2005-04-08 00:52:27 +00:00
parent fc87986708
commit 4bb190a74b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144771
3 changed files with 3 additions and 3 deletions

View File

@ -8,4 +8,4 @@ __FBSDID("$FreeBSD$");
#define DTYPE_MAX LLONG_MAX
#define fn llround
#include "s_lrint.c"
#include "s_lround.c"

View File

@ -8,4 +8,4 @@ __FBSDID("$FreeBSD$");
#define DTYPE_MAX LLONG_MAX
#define fn llroundf
#include "s_lrint.c"
#include "s_lround.c"

View File

@ -8,4 +8,4 @@ __FBSDID("$FreeBSD$");
#define DTYPE_MAX LONG_MAX
#define fn lroundf
#include "s_lrint.c"
#include "s_lround.c"