aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/math-type-macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/math-type-macros.h')
-rw-r--r--sysdeps/generic/math-type-macros.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/generic/math-type-macros.h b/sysdeps/generic/math-type-macros.h
index 007b14449d..188e39bc1f 100644
--- a/sysdeps/generic/math-type-macros.h
+++ b/sysdeps/generic/math-type-macros.h
@@ -42,6 +42,10 @@
This exposes the appropriate symbol(s) for a
function f_r of type FLOAT.
+ declare_mgen_alias_narrow(from,to)
+ This exposes the appropriate symbol(s) for narrowing aliases of a
+ function f of type FLOAT.
+
SET_NAN_PAYLOAD(flt, mant)
Set the NaN payload bits of the variable FLT of type FLOAT to
the mantissa MANT. */
@@ -70,6 +74,9 @@
#ifndef declare_mgen_alias_r
# error "declare_mgen_alias_r must be defined."
#endif
+#ifndef declare_mgen_alias_narrow
+# error "declare_mgen_alias_narrow must be defined."
+#endif
#ifndef SET_NAN_PAYLOAD
# error "SET_NAN_PAYLOAD must be defined."
#endif