Hi, > + * m4/float-exponent.m4: New file. > + * m4/double-exponent.m4: New file. > + * m4/ldouble-exponent.m4: New file.
I would prefer names that are consistent with the existing naming conventions: 1) Use suffixes to represent the floating-point types (like isnanf, isnsnd, isnanl). 2) Use shorter file names. You already noticed that long-double-exponent.m4 would be too long. What about exponentf.m4, exponentd.m4, exponentl.m4 ? Bruno