]> 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>
Thu, 22 Apr 2021 09:42:19 +0000 (10:42 +0100)
commit85e5714ec7952851e4232a8fc8354b37c6d94971
tree771c7d1ef350383886a658312b91720889851d93
parentdd7dbb8021ef958d8a9f7417812787e2f5931da2
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.

(cherry picked from commit aac21e66f94e0a8ad52c1f8cd8dce50fcdd35cca)
lib/libc/gen/ldexp.c