Expand description
Generic ceil
algorithm.
Note that this uses the algorithm from musl’s ceilf
rather than ceil
or ceill
because
performance seems to be better (based on icount) and it does not seem to experience rounding
errors on i386.
Generic ceil
algorithm.
Note that this uses the algorithm from musl’s ceilf
rather than ceil
or ceill
because
performance seems to be better (based on icount) and it does not seem to experience rounding
errors on i386.