diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | sysdeps/generic/math-type-macros-float128.h | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d2282058ba..04e88e7533 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-05-14 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> + + * sysdeps/generic/math-type-macros-float128.h + (__USE_WRAPPER_TEMPLATE): Define to 1 to enable use of the + wrapper templates. + 2017-05-14 Paul E. Murphy <murphyp@linux.vnet.ibm.com> Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> diff --git a/sysdeps/generic/math-type-macros-float128.h b/sysdeps/generic/math-type-macros-float128.h index dcb8560548..5d734db29f 100644 --- a/sysdeps/generic/math-type-macros-float128.h +++ b/sysdeps/generic/math-type-macros-float128.h @@ -36,4 +36,7 @@ /* Supply the generic macros. */ #include <math-type-macros.h> +/* Use the type-generic wrapper templates. */ +#define __USE_WRAPPER_TEMPLATE 1 + #endif |