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
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"