about summary refs log tree commit diff
path: root/sysdeps/generic/math-type-macros-float128.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/math-type-macros-float128.h')
-rw-r--r--sysdeps/generic/math-type-macros-float128.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/generic/math-type-macros-float128.h b/sysdeps/generic/math-type-macros-float128.h
index 5cdce15a4e..5c190606f5 100644
--- a/sysdeps/generic/math-type-macros-float128.h
+++ b/sysdeps/generic/math-type-macros-float128.h
@@ -40,6 +40,11 @@
 # define declare_mgen_alias_r(from, to) libm_alias_float128_r (from, to, _r)
 #endif
 
+#ifndef declare_mgen_alias_narrow
+# define declare_mgen_alias_narrow(from, to)	\
+  libm_alias_float128_narrow (from, to)
+#endif
+
 /* Supply the generic macros.  */
 #include <math-type-macros.h>