about summary refs log tree commit diff
path: root/soft-fp/half.h
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/half.h')
-rw-r--r--soft-fp/half.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/soft-fp/half.h b/soft-fp/half.h
index ca2c1fad03..70af2712fc 100644
--- a/soft-fp/half.h
+++ b/soft-fp/half.h
@@ -167,4 +167,6 @@ union _FP_UNION_H
 #define _FP_FRAC_HIGH_RAW_H(X)	_FP_FRAC_HIGH_1 (X)
 #define _FP_FRAC_HIGH_DW_H(X)	_FP_FRAC_HIGH_1 (X)
 
+#define FP_CMP_EQ_H(r, X, Y, ex)       _FP_CMP_EQ (H, 1, (r), X, Y, (ex))
+
 #endif /* !SOFT_FP_HALF_H */