Fix FP_ILOGB0 and FP_ILOGBNAN macros.

They were missing the FP_ prefix.
This commit is contained in:
Stephen Heumann 2022-01-06 18:01:52 -06:00
parent de5fa5bfac
commit 3058ea6ad9
1 changed files with 2 additions and 2 deletions

View File

@ -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