mirror of https://git.musl-libc.org/git/musl
Browse Source
float conversion is slow and big on soft-float targets. The lookup table increases code size a bit on most hard float targets (and adds 60byte rodata), performance can be a bit slower because of position independent data access and cpu internal state dependence (cache, extra branches), but the overall effect should be minimal (common, small size allocations should be unaffected).master
committed by
Rich Felker
1 changed files with 12 additions and 2 deletions
Loading…
Reference in new issue