blob: d39e9ee24a162833ab24c6152c922e180df01c4b [file] [log] [blame]
xf.libfc6e712025-02-07 01:54:34 -08001#ifndef ARM_MATH_PRIVATE_H
2#define ARM_MATH_PRIVATE_H 1
3
4/* Enable __finitel, __isinfl, and __isnanl for binary compatibility
5 when built without long double support. */
6#define LDBL_CLASSIFY_COMPAT 1
7
8#include "fenv_private.h"
9#include_next <math_private.h>
10
11#endif