Date: Sat, 02 Feb 2019 00:28:44 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 235413] [LIBM] optizimation for cexp and cexpf Message-ID: <bug-235413-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235413 Bug ID: 235413 Summary: [LIBM] optizimation for cexp and cexpf Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: kargl@FreeBSD.org Created attachment 201620 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D201620&action= =3Dedit patch The attach patch utilizes sincos[f] in the computation of cexp[f]. For 20 million random z=3Dx+Iy drawn in the box defined by x,y in [0,MAX_EXP*LN2], this amounts to a 8.7% and 11.4% speed improvement over computing sin[f] and cos[f] individually in cexp[f]. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235413-227>