mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
fc87986708
commit
4bb190a74b
3 changed files with 3 additions and 3 deletions
|
|
@ -8,4 +8,4 @@ __FBSDID("$FreeBSD$");
|
|||
#define DTYPE_MAX LLONG_MAX
|
||||
#define fn llround
|
||||
|
||||
#include "s_lrint.c"
|
||||
#include "s_lround.c"
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ __FBSDID("$FreeBSD$");
|
|||
#define DTYPE_MAX LLONG_MAX
|
||||
#define fn llroundf
|
||||
|
||||
#include "s_lrint.c"
|
||||
#include "s_lround.c"
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ __FBSDID("$FreeBSD$");
|
|||
#define DTYPE_MAX LONG_MAX
|
||||
#define fn lroundf
|
||||
|
||||
#include "s_lrint.c"
|
||||
#include "s_lround.c"
|
||||
|
|
|
|||
Loading…
Reference in a new issue