Menu

#324 float classification macros

None
open
7
2022-09-11
2011-06-24
No

The C99 float classification macros that should be in math.h are missing:

int fpclassify(x);
int isfinite(x);
int isnormal(x);
int isnan(x);
int isinf(x);

Giving this slightly above-average priority, since these macros would help in fixing some bugs in the runtime library.

Philipp

Related

Wiki: SDCC 4.3.0 Release
Wiki: SDCC 4.4.0 Release
Wiki: SDCC 4.5.0 Release
Wiki: SDCC-STD-UX

Discussion

  • Benedikt Freisen

    • assigned_to: Benedikt Freisen
    • Group: -->
     
  • Benedikt Freisen

    The code is basically there, but has not found its way into the repository, yet.

     

Log in to post a comment.