From 80a19b003e2836abda4ad96721a40c6f7a32ab4c Mon Sep 17 00:00:00 2001 From: "Gabriel F. T. Gomes" Date: Thu, 11 Jul 2019 11:47:56 -0300 Subject: ldbl-128ibm-compat: Add tests for strfmon and strfmon_l This patch adds elementary tests to check that strfmon and strfmon_l correctly evaluate long double values with IBM Extended Precision and IEEE binary128 format. Tested for powerpc64le. Reviewed-by: Paul E. Murphy --- sysdeps/ieee754/ldbl-128ibm-compat/test-strfmon-ibm128.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/test-strfmon-ibm128.c (limited to 'sysdeps/ieee754/ldbl-128ibm-compat/test-strfmon-ibm128.c') diff --git a/sysdeps/ieee754/ldbl-128ibm-compat/test-strfmon-ibm128.c b/sysdeps/ieee754/ldbl-128ibm-compat/test-strfmon-ibm128.c new file mode 100644 index 0000000000..5d1def86af --- /dev/null +++ b/sysdeps/ieee754/ldbl-128ibm-compat/test-strfmon-ibm128.c @@ -0,0 +1 @@ +#include -- cgit 1.4.1