mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
7 lines
106 B
C
7 lines
106 B
C
#define __IEEEFP_NOINLINES__ 1
|
|
#include <ieeefp.h>
|
|
|
|
fp_rnd_t fpgetround(void)
|
|
{
|
|
return __fpgetround();
|
|
}
|