musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio/vswscanf.c
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2019年09月16日 20:33:11 +0000
committerRich Felker <dalias@aerifal.cx>2019年09月27日 11:18:59 -0400
commitca577951138127dcf4190a2eb3c7148b2ad6d779 (patch)
treec8f2686823505275503dd12f38ab0c96bdb41fbf /src/stdio/vswscanf.c
parent604f8d3d8b08ee4f548de193050ef93a7753c2e0 (diff)
downloadmusl-ca577951138127dcf4190a2eb3c7148b2ad6d779.tar.gz
math: optimize lrint on 32bit targets
lrint in (LONG_MAX, 1/DBL_EPSILON) and in (-1/DBL_EPSILON, LONG_MIN) is not trivial: rounding to int may be inexact, but the conversion to int may overflow and then the inexact flag must not be raised. (the overflow threshold is rounding mode dependent). this matters on 32bit targets (without single instruction lrint or rint), so the common case (when there is no overflow) is optimized by inlining the lrint logic, otherwise the old code is kept as a fallback. on my laptop an i486 lrint call is asm:10ns, old c:30ns, new c:21ns on a smaller arm core: old c:71ns, new c:34ns on a bigger arm core: old c:27ns, new c:19ns
Diffstat (limited to 'src/stdio/vswscanf.c')
0 files changed, 0 insertions, 0 deletions
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月08日 16:47:10 +0000

AltStyle によって変換されたページ (->オリジナル) /