mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-21 05:49:19 +08:00
c630a6a837
FreeBSD files to add long double support for i386, aarch64 and x86_64.
10 lines
163 B
C
10 lines
163 B
C
#include <sys/cdefs.h>
|
|
__FBSDID("$FreeBSD$");
|
|
|
|
#define type long double
|
|
#define roundit rintl
|
|
#define dtype long long
|
|
#define fn llrintl
|
|
|
|
#include "s_lrint.c"
|