]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Also use the musl scalbn code for ldexp()
authorAlex Richardson <arichardson@FreeBSD.org>
Thu, 25 Feb 2021 14:29:44 +0000 (14:29 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Mon, 1 Mar 2021 12:53:46 +0000 (12:53 +0000)
commitaac21e66f94e0a8ad52c1f8cd8dce50fcdd35cca
treec91bd381c89981e583fd7ae08fe0f0956f6898b3
parent760b2ffc552985017c5bc74fb9966d4dc1b5b691
Also use the musl scalbn code for ldexp()

Instead of copying the code as 00646ca2047305fce32d99edc7a8e6dfd801f3b4
did, include the implementation with the function name re-defined.
lib/libc/gen/ldexp.c