about summary refs log tree commit diff
path: root/sysdeps/nios2/math_private.h
blob: bc7f9c8e90333e0b022a1f4d57c4fdbd3ddb601e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef NIO2_MATH_PRIVATE_H
#define NIO2_MATH_PRIVATE_H 1

/* Enable __finitel, __isinfl, and __isnanl for binary compatibility
   when built without long double support. */
#define LDBL_CLASSIFY_COMPAT 1

#include_next <math_private.h>

#endif