diff options
Diffstat (limited to 'math/tgmath.h')
-rw-r--r-- | math/tgmath.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/tgmath.h b/math/tgmath.h index 267e2921d5..0d51ae60be 100644 --- a/math/tgmath.h +++ b/math/tgmath.h @@ -441,6 +441,10 @@ /* Total order operation. */ # define totalorder(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, \ totalorder) + +/* Total order operation on absolute values. */ +# define totalordermag(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, \ + totalordermag) #endif |