diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/generic/math-type-macros-double.h | 3 | ||||
-rw-r--r-- | sysdeps/generic/math-type-macros-float.h | 3 | ||||
-rw-r--r-- | sysdeps/generic/math-type-macros-ldouble.h | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/generic/math-type-macros-double.h b/sysdeps/generic/math-type-macros-double.h index 8048d38819..6116f7f32f 100644 --- a/sysdeps/generic/math-type-macros-double.h +++ b/sysdeps/generic/math-type-macros-double.h @@ -47,4 +47,7 @@ /* Supply the generic macros. */ #include <math-type-macros.h> +/* Do not use the type-generic wrapper templates. */ +#define __USE_WRAPPER_TEMPLATE 0 + #endif diff --git a/sysdeps/generic/math-type-macros-float.h b/sysdeps/generic/math-type-macros-float.h index 03079cef75..712e517a81 100644 --- a/sysdeps/generic/math-type-macros-float.h +++ b/sysdeps/generic/math-type-macros-float.h @@ -33,4 +33,7 @@ /* Supply the generic macros. */ #include <math-type-macros.h> +/* Do not use the type-generic wrapper templates. */ +#define __USE_WRAPPER_TEMPLATE 0 + #endif diff --git a/sysdeps/generic/math-type-macros-ldouble.h b/sysdeps/generic/math-type-macros-ldouble.h index 31591a3a90..4e02e53f70 100644 --- a/sysdeps/generic/math-type-macros-ldouble.h +++ b/sysdeps/generic/math-type-macros-ldouble.h @@ -30,4 +30,7 @@ /* Supply the generic macros. */ #include <math-type-macros.h> +/* Do not use the type-generic wrapper templates. */ +#define __USE_WRAPPER_TEMPLATE 0 + #endif |