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