]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/tile/math_private.h
tile: Ignore feraiseexcept() internally.
[thirdparty/glibc.git] / sysdeps / tile / math_private.h
1 #ifndef _MATH_PRIVATE_H
2
3 #include <math/math_private.h>
4
5 /* We have no exception support, so feraiseexcept() must be a no-op.
6 And since we don't define FE_INVALID, FE_DIVBYZERO, etc., we
7 must ignore the argument of feraiseexcept() as well. we return
8 "1" to indicate we failed to raise an exception, though none of
9 the callers in glibc actually care. */
10 #define feraiseexcept(excepts) 1
11
12 #endif