Add iscanonical.
[glibc.git] / sysdeps / ieee754 / ldbl-128ibm / Makefile
blob56bebf839118dc6586f055cbaab8e329206dce1c
1 # The`long double' type is a distinct type we support if
2 # -mlong-double-128 option is used (or when it becomes a default
3 # when -mlong-double-64 is not used).
4 long-double-fcts = yes
5 sysdep-CFLAGS += -mlong-double-128
7 ifeq ($(subdir),stdlib)
8 tests += tst-strtold-ldbl-128ibm
9 $(objpfx)tst-strtold-ldbl-128ibm: $(libm)
10 endif
12 ifeq ($(subdir),math)
13 tests += test-fmodl-ldbl-128ibm test-remainderl-ldbl-128ibm \
14 test-remquol-ldbl-128ibm test-iscanonical-ldbl-128ibm
15 endif