mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-21 01:30:15 +00:00
Fix FP_ILOGB0 and FP_ILOGBNAN macros.
They were missing the FP_ prefix.
This commit is contained in:
parent
de5fa5bfac
commit
3058ea6ad9
@ -24,8 +24,8 @@ typedef long double double_t;
|
||||
|
||||
#define NAN (0.0F/0.0F)
|
||||
|
||||
#define ILOGB0 (-32767-1)
|
||||
#define ILOGBNAN (-32767-1)
|
||||
#define FP_ILOGB0 (-32767-1)
|
||||
#define FP_ILOGBNAN (-32767-1)
|
||||
|
||||
#define MATH_ERRNO 1
|
||||
#define MATH_ERREXCEPT 2
|
||||
|
Loading…
Reference in New Issue
Block a user