include/nuttx/lib/math.h: Add signbit
This commit is contained in:
parent
78049d4081
commit
f9475df13d
@ -443,6 +443,8 @@ long double truncl (long double x);
|
||||
#define nanl(x) ((long double)(NAN))
|
||||
#endif
|
||||
|
||||
#define signbit(x) __builtin_signbit(x)
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user