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 5d734db29f..3e69c17f65 100644
--- a/sysdeps/generic/math-type-macros-float128.h
+++ b/sysdeps/generic/math-type-macros-float128.h
@@ -32,6 +32,11 @@
 
 #define M_MLIT(c) c ## f128
 
+#include <libm-alias-float128.h>
+
+#ifndef declare_mgen_alias
+# define declare_mgen_alias(from, to) libm_alias_float128 (from, to)
+#endif
 
 /* Supply the generic macros.  */
 #include <math-type-macros.h>