diff options
Diffstat (limited to 'manual/libm-err-tab.pl')
-rwxr-xr-x | manual/libm-err-tab.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/libm-err-tab.pl b/manual/libm-err-tab.pl index 1464606..6d0bffc 100755 --- a/manual/libm-err-tab.pl +++ b/manual/libm-err-tab.pl @@ -67,7 +67,8 @@ use vars qw (%results @all_floats %suffices @all_functions); # canonicalize, fpclassify, getpayload, iscanonical, isnormal, # isfinite, isinf, isnan, issignaling, issubnormal, iszero, signbit, # iseqsig, isgreater, isgreaterequal, isless, islessequal, -# islessgreater, isunordered, setpayload, totalorder, totalordermag +# islessgreater, isunordered, setpayload, setpayloadsig, +# totalorder, totalordermag # are not tabulated. if ($#ARGV == 0) { |