Bug 216865 - math powl(3) uses a poor algorithm due to clang kludge
Summary: math powl(3) uses a poor algorithm due to clang kludge
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: standards (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-standards (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-06 19:55 UTC by sgk
Modified: 2017-02-06 19:55 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sgk 2017-02-06 19:55:27 UTC
The algorithm used by FreeBSD libm for powl several reduces both
its precision and domain.  See msun/src/imprecise.c.